/**************************
1. general css start
*************************/
::selection {
  background-color: #000;
  color: #fff;
}

body {
  font-family: 'Poppins', sans-serif;
  position: relative;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
}

h1,
h2 {
  font-family: 'Capriola', sans-serif;
  text-transform: capitalize;
}

h4,
h5,
li {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

h2,
h3,
h4,
h5,
h6,
li,
a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: normal;
}

h2,
h3,
h4 {
  color: #000;
}

h5,
h6,
p {
  color: #000;
}

h1 {
  font-size: calc(22px + (50 - 22) * ((100vw - 300px) / (1920 - 300)));
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: -7px;
  margin-bottom: -20px;
  line-height: 1.4;
}

h1 span.small-text {
  font-size: calc(18px + (40 - 18) * ((100vw - 300px) / (1920 - 300)));
  color: #fff;
}

h1 span.bold-text {
  font-weight: 600;
}

h1 span.theme-color {
  color: #000;
}

h2 {
  font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1920 - 300)));
  line-height: 0.9;
}

h3 {
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -4px;
  margin-bottom: 0;
}

h4 {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
}

h5 {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
}

h6 {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: -4px;
  margin-bottom: -5px;
}

p {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  color: #000;
  font-weight: 400;
  margin-top: -7px;
  margin-bottom: -4px;
  line-height: 1.8;
}



.table> :not(:last-child)> :last-child>* {
  border-bottom-color: #dddddd;
}

a {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

.media {
  display: flex;
  align-items: flex-start;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul li {
  font-size: 14px;
}

button:focus,
button:focus-visible,
.form-control:focus,
.form-control:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

.auto {
  width: auto;
}

[class*='col'] {
  position: relative;
}

.custom-scroll ::-webkit-scrollbar {
  width: 8px;
  background-color: #e3e3e3;
  border-radius: 25px;
}

.custom-scroll ::-webkit-scrollbar-thumb {
  background-image: linear-gradient(rgba(37, 37, 37, 0.92) 0%, #000 100%);
  border-radius: 25px;
}

.lable-nav {
  background-color: #fff;
  padding: 3px 9px;
  display: inline-block;
  position: absolute;
  top: -4px;
  letter-spacing: 1px;
  font-size: 10px;
  margin-left: 0;
  color: #000;
  line-height: 1;
  text-transform: capitalize;
}

.lable-nav:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #fff;
  z-index: -1;
  top: 14px;
  transform: rotate(45deg);
  left: 8px;
}

@keyframes scaleDisappear {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  60% {
    opacity: 0;
    transform: scale(1.3);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-50 {
  height: 50px;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-b-150 {
  padding-bottom: 150px;
}

.p-b-160 {
  padding-bottom: 160px;
}

.p-l-0 {
  padding-left: 0;
}

.p-l-20 {
  padding-left: 20px;
}

.p-r-0 {
  padding-right: 0 !important;
}

.m-r-0 {
  margin-right: 0;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-12 {
  margin-right: 12px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-auto {
  margin-right: auto !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-24 {
  margin-left: 24px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-auto {
  margin-left: auto;
}

.m-t-0 {
  margin-top: 0;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

.flex-none {
  flex: none;
}

.p-light {
  font-weight: 300;
  opacity: 0.9;
}

.form-group input,
.form-group textarea {
  font-size: 15px;
  background-color: #f5f5f8;
  border: none;
  width: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}

.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  color: rgba(41, 39, 49, 0.302);
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  color: rgba(41, 39, 49, 0.302);
}

.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  color: rgba(41, 39, 49, 0.302);
}

.form-group input:-moz-placeholder,
.form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  color: rgba(41, 39, 49, 0.302);
}

.form-group input.radius-0,
.form-group textarea.radius-0 {
  border-radius: 0;
}

.form-group textarea {
  padding: 16px;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.text-black {
  color: #000;
}

.font-primary {
  color: #000 !important;
}

.font-secondary {
  color: #000 !important;
}

.set-abs {
  position: absolute;
}

.set-relative {
  position: relative;
}

section {
  padding: 100px 0;
  position: relative;
  overflow: hidden
}

.center-text {
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}

.text-as-shadow {
  position: absolute;
  font-size: 150px !important;
  opacity: 0.03;
  left: 250px;
  line-height: 1 !important;
  font-weight: 700 !important;
  top: 0;
}

.owl-carousel.owl-theme .owl-dots {
  line-height: 0;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  margin-bottom: 0;
}


.title {
  text-align: center;
  margin-bottom: 50px;
}

.title .title-img {
  margin-bottom: 30px;
}

.title .main-title {
  margin-bottom: 25px;
}


.title .sub-title {
  margin-bottom: 0;
}

.title .sub-title.para {
  font-size: 120%;
}

.title.title2 h6.main-text {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
}

.title.title2 .para {
  font-size: 128%;
  padding: 0 20px;
}

.title.title2 .borders span {
  display: inline-block;
  position: relative;
}

.title.title2 .borders span:before,
.title.title2 .borders span:after {
  content: "";
  position: absolute;
  border-top: 2px solid #f5f5f8;
  width: 85px;
  transform: translate(0, -50%);
  top: 50%;
}

.title.title2 .borders span:before {
  right: 100%;
  margin-right: 15px;
}

.title.title2 .borders span:after {
  left: 100%;
  margin-left: 15px;
}

.title.title3 .main-title {
  margin-bottom: 30px;
  font-weight: 700;
}

.title.title3 .main-title span {
  color: #000;
}

.title.title3 .sub-title {
  font-weight: 300;
}

.title.title3 .sub-title span {
  font-weight: 600;
}

.borders-before {
  margin-left: 60px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.borders-before span {
  display: inline-block;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.borders-before span:before {
  content: "";
  position: absolute;
  border-top: 2px solid #f5f5f8;
  width: 46px;
  transform: translate(0, -50%);
  top: 50%;
}

.borders-before span:before {
  right: 100%;
  margin-right: 15px;
}

.borders-before span.color-white:before {
  border-top: 2px solid #fff;
}

.bg-theme {
  background: linear-gradient(#252525, #000);
}

.center-abs {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shadow {
  box-shadow: 0 4px 8px 1px #e2e2e2;
}

.link-horizontal ul {
  display: flex;
}

.link-horizontal ul li {
  padding-right: 35px;
}

.link-horizontal ul li.borders-right {
  border-right: 1px solid #fff;
  height: 52px;
  margin-right: 35px;
  box-shadow: 0 0 10px 0 white;
  opacity: 0.7;
}

.link-horizontal ul li:last-child {
  padding-right: 0;
}

.link-horizontal ul li a {
  background-color: transparent;
}

.link-horizontal ul li a.icon-btn i {
  font-size: 27px;
  height: 58px;
  width: 58px;
  color: #000;
  display: flex;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: all 500ms;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #000 50%, #000 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 90px 180px;
}

.link-horizontal ul li a.icon-btn:hover i {
  color: #fff;
  background-position: 0 -90px;
}

.btn-default {
  padding: 14px 35px;
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  border: 2px solid;
  text-transform: capitalize;
  border-radius: 50px;
  color: #fff !important;
  transition: 0.5s;
  letter-spacing: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  transition: 0.5s;
  background-color: #fff;
  border: 2px solid #000;
  color: #000 !important;
}

.btn-default:focus {
  box-shadow: none;
}

.btn-default.primary-btn {
  border: 1px solid white;
  background-color: #000;
}

.btn-default.primary-btn.transparent {
  background-color: transparent;
}

.btn-default.primary-btn:hover,
.btn-default.primary-btn:focus,
.btn-default.primary-btn:active {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
}

.btn-default.btn-white {
  transition: 0.5s;
  background-color: #fff;
  border: 2px solid #000;
  color: #000 !important;
}

.btn-default.btn-white:hover,
.btn-default.btn-white:focus,
.btn-default.btn-white:active {
  transition: 0.5s;
  background-color: #000;
  color: #fff !important;
  border: 2px solid #fff;
}

.btn-default.btn-white.border-not {
  border: none;
}

.btn-default .btn-custom:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-default.btn-gradient {
  border: transparent;
  position: relative;
  background-color: #04185B;
  background-image: linear-gradient(#1F357D, #04185B);
  background-image: linear-gradient(to right, #171717, #444444, #444444, #171717) !important;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
}

.btn-default.btn-gradient:hover,
.btn-default.btn-gradient:focus,
.btn-default.btn-gradient:active {
  transition: all .4s ease-in-out;
  color: #fff !important;
  background-position: 100% 0;
}

.overflow-hide {
  overflow: hidden;
}

.swiper-container {
  width: 100%;
}

.img-container {
  position: relative;
  display: inline-block;
}

.overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(#000, #252525);
  opacity: 0.5;
}

.overlay.reversae {
  background-image: linear-gradient(#252525, #000);
}

.list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list ul li {
  padding-right: 60px;
  text-transform: uppercase;
}

.list ul li a.active {
  color: #000;
}

.list ul li:first-child {
  padding-left: 0;
}

.list ul li:last-child {
  padding-right: 0;
}

.socials-lists ul.socials-horizontal {
  display: flex;
}

.socials-lists ul.socials-verticle {
  display: inline-block;
}

.socials-lists ul li {
  padding: 0 4px;
}

.socials-lists ul li a {
  display: inline-block;
}

.socials-lists ul li a i {
  height: 50px;
  width: 50px;
  background-color: #000;
  border-radius: 50px;
  display: flex;
  font-size: 20px;
  color: #fff;
  transition: all 800ms;
  border: 2px solid #fff;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 90px 180px;
}

.socials-lists ul li a:hover i {
  background-position: 0 -90px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.text-hash {
  color: #bebebe;
  letter-spacing: 5px;
}

/**************************
2. brand css start
*************************/
.brand-sliders .brand-slider .item a {
  transition: 0.5s;
}

.brand-sliders .brand-slider .item a img {
  filter: brightness(0);
}

.brand-sliders .brand-slider .item a img.wedding-brand {
  filter: grayscale(100);
}

.brand-sliders .brand-slider .item a:hover {
  transition: 0.5s;
}

.brand-sliders .brand-slider .item a:hover img {
  filter: unset;
}

/**************************
brand css end
*************************/
/**************************
3. team css start
*************************/
.team-section .border-around {
  border: 13px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 30px #e2e2e2;
  height: 150px;
  width: 150px;
}

.team-section .team {
  height: 135px;
  width: 135px;
}

.team-section .teams .our-team .overlay-team {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 1s;
}

.team-section .teams .our-team .overlay-team img {
  transition: all 1s;
  opacity: 0;
  transform: translateY(20px);
}

.team-section .teams .our-team .borders {
  border-right: 2px dashed black;
  height: 110px;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 1s;
}

.team-section .teams .our-team .set-relative.set-border {
  padding-bottom: 110px;
}

.team-section .teams .our-team .employee {
  margin-top: 15px;
  text-align: center;
}

.team-section .teams .our-team .employee h6 {
  line-height: 30px;
  transition: all 1s;
  color: #000;
}

.team-section .teams .our-team .employee .e-name {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.team-section .teams .our-team:hover .overlay-team {
  transition: all 1s;
  bottom: 8px;
}

.team-section .teams .our-team:hover .overlay-team img {
  transition: all 1s;
  opacity: 1;
  transform: none;
}

.team-section .teams .our-team:hover .borders {
  transition: all 1s;
  border-right: 2px dashed #000;
}

.team-section .teams .our-team:hover h6,
.team-section .teams .our-team:hover .e-name {
  transition: all 1s;
  color: #000;
}

.team-section .teams:nth-child(even) {
  margin-top: 30px;
}

/**************************
team css end
*************************/
/**************************
4. pricing css start
*************************/
.service-text p {
  text-align: justify;
  padding-bottom: 30px;
}

.pricing .pricing-slider.price-margin {
  margin-bottom: -2px;
}

.pricing .pricing-slider.price-margin .price-container {
  margin: 5px 5px 2px 5px;
}

.pricing .btn-default {
  padding: 5px 30px;
  border-radius: 50px;
}

.pricing .set-border {
  background: #f1f1f1;
  margin: 30px 80px;
}

.pricing .price-container.bg-white {
  background: #fff;
}

.pricing .price-container.shadows {
  filter: drop-shadow(0 0 6px #efecec);
  border-radius: 20px;
  background: #fff;
  border: none;
  overflow: hidden;
}

.pricing .price-container .service-feature {
  padding: 50px 0 50px 0;
  background-image: linear-gradient(#252525, #000);
}

.pricing .price-container .service-feature.bg-white {
  background: #fff;
}

.pricing .price-container .service-feature .price-feature {
  text-transform: uppercase;
  color: #fff;
}

.pricing .price-container .service-feature .price-feature:last-child {
  margin-bottom: 0;
}

.pricing .price-container .price-features {
  margin-bottom: 35px;
}

.pricing .price-container .price-features .price-feature {
  color: #888787;
  margin-bottom: 15px;
}

.pricing .price-container .price-features .price-feature.font-primary {
  color: #000;
}

.pricing .price-container .price-features .price-feature:last-child {
  margin-bottom: 0;
}

.pricing .price-container .price-features:last-child {
  margin-bottom: 0;
}

.pricing .price-container .feature-icon {
  width: auto !important;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: -12px;
}

.pricing .price-container .feature-icon:before {
  font-size: 55px;
}

.pricing .price-container .price-feature-container {
  padding: 30px 0 110px 0;
}

.pricing .price-container .price-feature-container .feature-text {
  padding: 0 20px;
}

.pricing .price-container .price-feature-container .feature-text h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.pricing .price-container .price-feature-container .feature-text hr {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #e3e3e3;



}

.pricing .price-container .price-feature-container .feature-text .feature-text-heading.bold {
  font-weight: 700;
}

.pricing .price-container .price-feature-container .price-value {
  margin-bottom: 30px;
}

.pricing .price-container .price-feature-container .price-value .price {
  font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
}

.pricing .price-container .price-feature-container .price-value .price .large {
  color: #000;
  font-size: 55px;
  font-weight: 400;
}

.pricing .price-container .price-feature-container .price-value .price .large.font-primary {
  color: #000;
}

.pricing .price-container .price-feature-container .set-abs {
  z-index: -1;
  width: 100%;
}

.pricing .price-container .price-feature-container .set-abs img.pricing-img {
  width: 100% !important;
}

.pricing .price-container.hover-overlay:hover {
  background: url("../images/gym/price.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pricing .price-container.hover-overlay:hover .font-primary {
  color: #fff;
}

.pricing .price-container.hover-overlay:hover .price-feature-container .feature-text .feature-icon {
  color: #fff;
}

.pricing .price-container.hover-overlay:hover .price-feature-container .feature-text .feature-text-heading {
  color: #fff;
}

.pricing .price-container.hover-overlay:hover .price-feature-container .feature-text .set-border {
  color: #fff;
}

.pricing .price-container.hover-overlay:hover .price-feature-container .price-features .price-feature {
  color: #fff;
}

.pricing .price-container.hover-overlay:hover .price-feature-container .price-value .price {
  color: #fff;
}

.pricing .price-container.hover-overlay:hover .price-feature-container .price-value .large {
  color: #fff;
}

.pricing.saas2 .owl-theme .owl-dots {
  margin-top: 40px !important;
  line-height: 1;
}

.pricing.saas2 .owl-theme .owl-dots .owl-dot span {
  background-image: linear-gradient(#252525, #000);
}

.pricing.saas2 .owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.4);
}

.pricing.saas2 .owl-item.active.center .price-container {
  filter: drop-shadow(0 0 6px #efecec);
  opacity: 1;
  transform: scale(1.1);
  transition: 0.5s;
}

.pricing.saas2 .price-margin .price-container {
  margin: 35px 25px;
}

.pricing.saas2 .price-container {
  filter: grayscale(100%) drop-shadow(0 0 6px #efecec);
  opacity: 0.6;
  border-radius: 10px;
}

.pricing.saas2 .price-container .btn-default {
  padding: 14px 46px;
}

.pricing.saas2 .price-container .service-feature {
  padding: 0;
  background-image: unset;
}

.pricing.saas2 .price-container .service-feature .image-top {
  width: 80%;
  margin-left: auto;
}

.pricing.saas2 .price-container .service-feature .feature-text {
  position: relative;
}

.pricing.saas2 .price-container .service-feature .feature-text .feature-text-heading {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translate(0, -30%);
}

.pricing.saas2 .price-container .price-feature-container {
  padding: 0 0 40px 0;
}


.pricing.saas2 .price-container .price-feature-container .price-feature,
.pricing.saas2 .price-container .price-feature-container .price {
  color: #535e72;
}

.pricing.saas2 .price-container .price-feature-container .price-value .price {
  font-size: initial;
}

.pricing.saas2 .price-container .price-feature-container .price-value .price .large {
  font-size: 42px;
  font-weight: 600;
  background: -webkit-linear-gradient(#252525, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing.saas2 .price-container .price-feature-container {
  margin-top: -20px;
}

.pricing.app2 .price-container .price-feature-container {
  padding: 50px 0 50px 0;
}

.pricing.app2 .price-container.shadows {
  border-radius: 15px;
}

.pricing.app2 .pricing-slider {
  margin-top: -5px;
}

.pricing.agency .price-container .price-feature-container {
  padding: 50px 0 50px 0;
}

.pricing.agency .price-container .price-feature-container .price-value .price{
  font-size: initial;
  font-weight: 500;
}

.pricing.agency .price-container .price-features .price-feature{
  color: #464545;
  margin-bottom: 15px;
}

.pricing.agency .set-border{
  margin: 20px 70px 55px 70px;
}


/**************************
pricing css end
*************************/
/**************************
5. screenshot section start
*************************/
.screenshot .container {
  margin-bottom: 10px;
}

.screenshot .screen-container {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -11%;
}

.screenshot .screen-container img {
  height: 685px;
  width: 438px;
  overflow: hidden;
  z-index: 3;
  position: relative;
}

.screenshot .swiper-container .swiper-wrapper .swiper-slide img {
  height: 537px;
  width: auto;
}

.screenshot .owl-theme.screenshot-slider .owl-dots {
  margin-top: 60px;
}

.screenshot .owl-theme.screenshot-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 5px;
  margin-bottom: 0;
}

.screenshot .owl-theme.screenshot-slider .owl-dots .owl-dot.active span {
  width: 39px;
  height: 5px;
  background: #000;
  box-shadow: 0 0 4px 1px #e2e2e2;
}

.screenshot .owl-theme.screenshot-slider .owl-dots .owl-dot:hover span {
  background: #000;
  box-shadow: 0 0 4px 1px #e2e2e2;
}

/**************************
screenshot section end
*************************/

/**************************
7. about section start
*************************/
.app1.fixed {
  background: linear-gradient(#252525, #000);
  z-index: 9;
}

.about {
  position: relative;
  overflow: hidden;
}

.about.app1 h3 {
  font-size: calc(20px + (45 - 20) * ((100vw - 300px) / (1920 - 300)));
  line-height: 45px;
  margin-bottom: 14px;
}

.about.app1 .counters {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.about.app1 .counters:nth-child(even) {
  border-right: none;
}

.about.app1 .counters:nth-child(n+3) {
  border-bottom: none;
}

.about.app1 .counters img {
  margin-bottom: 36px;
}

.about.app1 .counters .abouts {
  padding: 80px 0;
  text-align: center;
}

.about.app1 .mobile {
  right: 10%;
}

.about.app1 .mobile.mobile-img {
  z-index: 3;
}

.about.app1 .mobile.mobile-img .mobile-screen {
  height: 800px;
}

.about.app1 .mobile.rectangle {
  right: -4%;
  animation: movebounce 15s linear infinite;
  z-index: -1;
}

.about.app1 .mobile.rectangle.r-2 {
  animation: movebounce 20s linear infinite;
  right: -2%;
}

.about.app1 .mobile.galaxy {
  top: 2%;
  right: -15%;
  z-index: 5;
}

/**************************
about section end
*************************/
/**************************
8. format section start
*************************/
.format .logo {
  padding-bottom: 28px;
}

.format .set-border {
  border-bottom: 2px solid #000;
  width: 15px;
  margin-bottom: 30px;
  margin-left: 75px;
  display: inline-block;
  position: relative;
}

.format .set-border:before,
.format .set-border:after {
  content: '';
  border-bottom: 2px solid #000;
  position: absolute;
}

.format .set-border:before {
  width: 65px;
  right: 100%;
  margin-right: 10px;
}

.format .set-border:after {
  left: 100%;
  width: 5px;
  margin-left: 10px;
}

.format .about-icon {
  margin-bottom: 0;
}

.format .about-icon:first-child {
  margin-left: 0;
}

.format .about-icon:last-child {
  margin-right: 0;
}

.format .about-icon .quality {
  color: #000;
  margin-bottom: 10px;
}

.format .about-icon .users {
  font-weight: 600;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.format .format-small-text {
  margin-bottom: 0;
}

.format .format-head-text {
  margin-bottom: 50px;
}

.format .format-head-text .about-font-header {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
}

.format .format-sub-text {
  margin-bottom: 35px;
}

.format .format-sub-text .sub-heading {
  margin-bottom: 20px;
}

.format .format-sub-text .about-para {
  margin-bottom: 30px;
  letter-spacing: 0;
}

.format .format-sub-text .about-para:last-child {
  margin-bottom: 0;
}

.icon-collection {
  display: flex;
}

.icon-collection .about-icon {
  margin: 0 18px;
  filter: drop-shadow(0 0 10px #eee);
  border-radius: 20px;
  background-color: #fff;
  transition: 0.5s;
}

.icon-collection .about-icon a {
  padding: 18px 20px;
}

.icon-collection .about-icon:hover {
  transition: 0.5s;
  background-color: #000;
}


/**************************
format section end
*************************/
/**************************
9. service section start
*************************/
.services .service {
  padding: 60px 25px;
  border: 1px solid #f7f7f7;
  box-shadow: 0 0 10px 5px rgb(239 239 239 / 69%);
  border-radius: 10px;
  transition: all 1s;
  text-align: center;
}

.services .service:hover .img-block {
  animation: scaleDisappear 0.3s;
}

.services .service.service-overlay:hover {
  transition: all 1s;
  background: linear-gradient(#252525, #000);
  border-radius: 10px;
  box-shadow: 0 5px 20px #e2e2e2;
}

.services .service.service-overlay:hover img {
  filter: brightness(0) invert(1);
}

.services .service.service-overlay:hover .service-feature .feature-text,
.services .service.service-overlay:hover .service-feature p {
  color: #fff;
}

.services .service .img-block {
  transition: all 0.5s;
  margin-bottom: 15px;
}

.services .service .service-feature .feature-text {
  margin-bottom: 22px;
}

.services .service-border {
  position: relative;
}

.services .service-border:before,
.services .service-border:after {
  content: '';
  position: absolute;
}

.services .service-border:first-child:before {
  border-bottom: 2px solid #f8f8f8;
  width: 210px;
  right: 0;
  bottom: 0;
}

.services .service-border:first-child:after {
  border-right: 2px solid #f8f8f8;
  height: 210px;
  right: 0;
  bottom: 0;
}

.services .service-border:nth-child(2):before {
  border-bottom: 2px solid #f8f8f8;
  width: 210px;
  left: 0;
  bottom: 0;
}

.services .service-border:nth-child(3):after {
  border-right: 2px solid #f8f8f8;
  height: 210px;
  right: 0;
  top: 0;
}

.services.app2 .service-container:hover .service {
  background-color: #e6e6e6;
}

.services.app2 .service-container:nth-child(n+5) .service {
  border: 1px solid #f7f7f7;
  margin-bottom: 0;
}

.services.app2 .service-container .service {
  margin-bottom: 30px;
  border-radius: 15px;
  background: #fff;
}

.services.app2 .service-container .service .feature-text {
  color: #000;
  letter-spacing: 0;
}

.services.app2 .service-container .service p {
  letter-spacing: 0;
}

.services.resume .container {
  margin-bottom: -25px;
}

.services.resume .container .service {
  margin-bottom: 25px;
}

/**************************
service section end
*************************/

/*************************
      15. video section start
      *************************/
.videos .video {
  background-image: url("../images/app_landing1/video-pic.jpg");
  z-index: 1;
  padding: 125px 0;
  border-radius: 10px;
}

.videos .frame {
  animation: movebounce 10s linear infinite;
}

.videos .frame2 {
  animation: movebounce 10s linear infinite;
  animation-delay: 4s;
}

.videos .reviews {
  padding: 20px;
  background-color: #fff;
}

.videos .reviews img.reviewers {
  border: 5px solid white;
  border-radius: 100%;
  box-shadow: 0 0 0 4px #e2e2e2;
  width: auto;
}

.videos .video-description {
  z-index: 1;
}

.videos .video-description h3 {
  font-size: calc(20px + (42 - 20) * ((100vw - 300px) / (1920 - 300)));
  line-height: 1.1;
}

.videos .video-description p {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 300;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 0;
}

.videos .video-description p:last-child {
  margin-bottom: 0;
}

.videos .bg {
  background: url("../images/video/bg-videol-2.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
}

.videos .bg .button2 {
  padding: 188px 265px;
}

.videos .review-video-box {
  border-radius: 10px;
}

.videos .review-video-box .clients-review {
  display: -webkit-box;
}

.videos .review-video-box img.border-radius {
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: auto;
}

.videos .review-video-box .texture {
  background-color: #fff;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 20px;
}

.videos .review-video-box .texture .inner-text {
  max-width: 162px;
}

.videos .review-video-box .texture .inner-text i {
  font-size: 14px;
}

.videos .review-video-box .texture .unset-width {
  display: flex;
}

.videos .review-video-box .texture .unset-width img {
  width: auto;
}

.videos.saas1 .video {
  background-image: url("../images/saas1/video-pic.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*************************
      video section end
      *************************/
/*************************
      16. booking section start
      *************************/
.booking .btn-default {
  font-weight: 500;
  padding: 18px 45px;
  text-transform: uppercase;
}

.booking .form-group input {
  padding: 18px 20px;
  border-radius: 35px;
}

.booking .btn-default {
  border-radius: 50px;
}

/*************************
      booking section end
      *************************/
/*************************
      17. app2 common css start
      *************************/
.app2 {
  overflow: visible;
}

.app2 h1,
.app2 h2 {
  font-family: 'Poppins', sans-serif;
}

.app2 h3,
.app2 h4,
.app2 h5,
.app2 li {
  margin-top: 0;
  margin-bottom: 0;
}

.app2 h1,
.app2 h2,
.app2 h3,
.app2 h4,
.app2 h5,
.app2 h6 {
  text-transform: capitalize;
}

.app2 h2,
.app2 h3,
.app2 h4,
.app2 h5,
.app2 h6,
.app2 a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.app2 li {
  font-weight: 400;
}

.app2 h2,
.app2 h3,
.app2 h4 {
  color: #000;
}

.app2 h5,
.app2 h6,
.app2 p {
  color: #000;
}

.app2 .btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 40px;
}

.app2 h1 {
  font-size: calc(22px + (45 - 22) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 0;
  line-height: 1.4;
}

.app2 h2 {
  font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
  color: #000;
  margin-top: -5px;
  margin-bottom: -17px;
}

.app2 h3 {
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  line-height: 0.8;
}

.app2 h4 {
  letter-spacing: 2px;
  line-height: 18px;
}

.app2 h5 {
  letter-spacing: 1px;
  line-height: 20px;
}

.app2 h6 {
  letter-spacing: 1px;
}

.app2 p {
  margin-bottom: -3px;
  color: #949494;
}

.app2.fixed {
  background-color: #000;
}

.app2 .title .title-img {
  height: 50px;
}



.app2.about {
  padding-top: 170px;
}

.app2.about .set-height {
  min-height: 632px;
}

.app2.about .set-height .mobile1 {
  position: absolute;
  width: 355px;
  right: 0;
}

.app2.about .set-height .j-img {
  position: absolute;
  right: 20%;
  bottom: 27%;
  width: 56px;
  animation: movej 4s linear infinite;
}

.app2.quality .set-height {
  min-height: 627px;
}

.app2.quality .set-height .mobile2 {
  position: absolute;
  width: 460px;
  top: -36px;
}

.app2.team .team-slider .owl-stage-outer {
  margin: -5px;
}

.app2.team .team-slider .team-container {
  padding: 25px 30px;
  border: 1px solid #f7f7f7;
  box-shadow: 0 0 10px 5px rgba(253, 248, 247, 0.69);
  border-radius: 10px;
  margin: 5px;
  background: #fff;
}

.app2.team .team-slider .team-container .members {
  width: 80px !important;
  margin: 0 auto;
  border: 5px solid #fff;
  border-radius: 100%;
  filter: drop-shadow(0 0 5px #dbdbdb);
  margin-bottom: 20px;
}

.app2.team .team-slider .team-container .name {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  color: #000;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.app2.team .team-slider .team-container .post {
  margin-bottom: 15px;
}

.app2.team .team-slider .team-container .team-para {
  letter-spacing: 0;
}

.app2.screenshot .container {
  margin-bottom: 0;
}

.app2.services .animated-bg i,
.app2.screenshot .animated-bg i {
  right: 30%;
}

.app2.pricing .price-container .feature-icon {
  color: #fff;
}

.app2.pricing .price-container .price-features .price-feature {
  color: #000;
  margin-bottom: 15px;
  font-weight: 400;
}

.app2.pricing .price-container .price-feature-container .price-value .price {
  font-size: initial;
  margin: -22px 0 -15px;
}

.app2 .animated-bg i {
  background: #fff6f6;
  box-shadow: 0 15px 30px 0 #848484;
  opacity: 0.1;
}

/*************************
      app2 common css start
      *************************/
.bg-black {
  background: #000;
}

.bg-pink {
  background-color: #f5f5f8;
} 


@keyframes grower {
  0% {
    width: 0;
  }
}

/*************************
      25. agency css start
      *************************/
.agency h1,
.agency h2 {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.agency h4,
.agency h5,
.agency li {
  margin-top: 0;
  margin-bottom: 0;
}

.agency h1,
.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6 {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6,
.agency li,
.agency a {
  font-weight: 500;
}

.agency h1,
.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6 {
  color: #000;
}

.agency p {
  color: #000;
}

.agency h1 {
  font-size: calc(22px + (45 - 22) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 2px;
  margin-top: -17px;
  font-weight: 200;
}

.agency h1 span.bold-text {
  font-weight: 600;
}

/* .service-section .item {
  padding: 20px;
  background: #ffffff;
  height: 275px;
  box-shadow: 0 0 10px #efefef;
  margin: 6px;
} */
.agency h2 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 700;
  line-height: 1.2;
}

.agency h3 {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
  line-height: 1.4;
}

.agency h5 {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 300;
  letter-spacing: 0;
  padding-top: 5px;
}

.agency h6 {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: -5px;
  font-weight: 300;
  line-height: normal;
}

.agency h6.borders-before {
  margin-left: 40px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.agency h6.borders-before span:before {
  border-top: 2px solid #000;
  width: 24px;
}

.agency.fixed {
  background-color: #000;
}

.agency.fixed .logo-light img {
  filter: brightness(0) invert(1);
}

.agency p {
  font-size: calc(15px + (18 - 15) * ((116vw - 300px) / (1920 - 300)));
  font-weight: 400;
}

.agency .btn {
  text-transform: uppercase;
}

.clear-cart.btn {
  border: 1px solid #000;
  transition: 0.5s;
}

.agency a {
  text-transform: capitalize;
  letter-spacing: 1px;
}

.btn-outline-danger {
  color: #171717 !important;
  border-color: #171717 !important;
}

.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #000000;
  border-color: #0d0d0d;
}

.agency.about-bg {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.agency.service-bg {
  background: url("../images/agency/service/services-backgrondpng.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.agency.video-bg {
  background: url("../images/agency/videos/video-background.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.agency.price-bg {
  background: url("../images/agency/price/bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.agency.expert-bg {
  background: url("../images/agency/team/expert-background.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.agency .font-600 {
  font-weight: 600;
}



.agency .girl-boy {
  right: 13%;
  top: 50%;
  transform: translate(0, -50%);
}

.agency .circle-container {
  position: absolute;
  bottom: 33%;
  right: -15%;
}

.agency .circle-container.small {
  position: absolute;
  top: 3%;
  left: -6%;
}

.agency .circle-container .gradient-circle-big {
  height: 110px;
  width: 110px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #252525, #000);
}

.agency .circle-container .gradient-circle-small {
  height: 68px;
  width: 68px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #252525, #000);
}

.agency .plus-container {
  position: absolute;
  top: 15%;
  left: 5%;
  animation: star 1s infinite;
}

.agency .plus-container.plus-container2 {
  top: 25%;
  left: 25%;
}

.agency .plus-container.plus-container3 {
  top: 50%;
  left: 2%;
}

.agency .plus-container.plus-container4 {
  top: 65%;
  left: 32%;
}

.agency .plus-container.plus-container5 {
  top: 80%;
  left: 10%;
}

.agency .plus-container.plus-container6 {
  top: 80%;
  left: 65%;
}

.agency .plus-container.plus-container7 {
  top: 40%;
  left: 35%;
}

.agency .plus-container.plus-container8 {
  top: 40%;
  left: 98%;
}

.agency .plus-container.plus-container9 {
  top: 45%;
  left: 70%;
}

.agency .plus-container.plus-container10 {
  top: 0;
  left: 8%;
}

.agency .plus-container.plus-container11 {
  top: 70%;
  left: 4%;
}

.agency .plus-container .plus {
  position: relative;
}

.agency .plus-container .plus:before,
.agency .plus-container .plus:after {
  content: '';
  position: absolute;
  border-radius: 2px;
  color: #000;
}

.agency .plus-container .plus:before {
  border-left: 6px solid;
  height: 19px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.agency .plus-container .plus:after {
  border-top: 6px solid;
  width: 19px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.agency .plus-container .plus.white:before,
.agency .plus-container .plus.white:after {
  color: #fff;
}

.agency .plus-container .plus.plus-medium:after {
  width: 16px;
  border-top: 5px solid;
}

.agency .plus-container .plus.plus-medium:before {
  height: 16px;
  border-left: 5px solid;
}

.agency .plus-container .plus.plus-small:after {
  width: 9px;
  border-top: 3px solid;
}

.agency .plus-container .plus.plus-small:before {
  height: 9px;
  border-left: 3px solid;
}

@keyframes star {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.agency .center-content .icon-collection {
  text-align: center;
}

.agency .center-content.unset-height {
  height: unset;
}

.agency .icon-collection {
  display: inline-block;
}

.agency .icon-collection .about-icon {
  padding: 0;
  margin-bottom: 60px;
}

.agency .icon-collection .about-icon:last-child {
  margin-bottom: 0;
}

.agency .icon-collection .about-icon:hover a img {
  filter: brightness(0) invert(1);
}

.agency.pricing .price-container.shadows {
  box-shadow: 2px 1px 10px 0 rgba(178, 178, 178, 0.5);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  text-align: center;
  filter: none;
}

.agency.format .format-head-text {
  margin-bottom: 25px;
}

.agency.format .format-sub-text {
  margin-bottom: 30px;
}

.agency.format .format-sub-text .about-para {
  letter-spacing: 1px;
}

.agency.format .borders-before span {
  font-size: 16px;
  font-weight: 500;
}

.agency.format .about-icon {
  margin-left: 18px;
  margin-right: 18px;
}

.agency .icon-collection .about-icon a {
  padding: 35px 35px;
  margin-right: 0;
}

.agency .block-span {
  display: block;
}

.agency.video .d-inline-block .bg-video {
  width: 70%;
}

.agency.video .video-text {
  letter-spacing: 1px;
  margin-bottom: -5px;
  text-transform: uppercase;
}

.agency.video .video-heading {
  font-size: calc(18px + (35 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 25px;
}

.agency.blog .blog-agency .blog-contain {
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0 0 10px #eee);
  transition: all 0.3s;
}

.agency.blog .blog-agency .blog-contain:hover {
  box-shadow: 1px 1px 10px 1px #eee;
}

.agency.blog .blog-agency .blog-contain .img-container .blog-head {
  color: #000;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 0;
}

.agency.blog .blog-agency .blog-contain .img-container i {
  font-size: 16px;
  margin-right: 10px;
  color: #595959;
}

.agency.blog .blog-agency .blog-contain .img-container .blog-info {
  padding: 28px;
}

.agency.blog .blog-agency .blog-contain .img-container .blog-info .font-blog {
  color: #595959;
}

.agency.blog .blog-agency .blog-contain .btn-bottom a {
  transition: 0.5s;
}

.agency.blog .blog-agency .blog-contain .btn-bottom a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.agency.blog .blog-agency .blog-contain .img-fluid {
  width: 100%;
}

.agency .para2 {
  padding: 0;
  margin-bottom: 30px;
  letter-spacing: 0;
  color: #9c9c9c;
}

.agencyfooter .footer-lists li a:hover {
  color: #4a71ef;
}

.agencyfooter .footer-social .footer-social-list a:hover {
  color: #4a71ef;
}

.agency.speaker .team-img .social ul li a i {
  transition: all 0.4s;
}

.agency.speaker .team-img .social ul li a i:hover {
  background-color: white;
  color: #061a5e;
}

.agency-content .agency-header-center-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.agency-content .agency-header-center-container .agency-head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.agency-content .agency-header-center-container .agency-head .agency-head-text {
  font-size: 308%;
  font-weight: 600;
  margin-top: -16px;
  margin-bottom: -16px;
}

.agency-content .agency-header-center-container .borders {
  margin-right: 30px;
  color: #000;
  border-right: 2px solid;
  height: 80px;
}

.agency-content .agency-para {
  letter-spacing: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}

.agency-content .btn-default {
  margin-left: 30px;
}

.agency-content .side-img {
  z-index: 2;
}

.agency-content .blue-img {
  position: absolute;
  left: -273px;
  bottom: 0;
  z-index: 1;
}

/*************************
      agency css end
      *************************/
/*************************
      27. blog css start
      *************************/
.blog .img-container {
  display: block;
}

.blog .img-container .blog-info {
  padding: 28px;
  bottom: 0;
}

.blog .img-container .blog-info p {
  margin-bottom: unset;
}

.blog .img-container .blog-info .blog-text {
  letter-spacing: 0;
  margin-bottom: 15px;
}

.blog .img-container .blog-info .font-blog,
.blog .img-container .blog-info .blog-text,
.blog .img-container .blog-info .borders-before,
.blog .img-container .blog-info .small-font,
.blog .img-container .blog-info i {
  color: #fff;
}

.blog .img-container .blog-info .font-blog {
  font-weight: 400;
  text-transform: none;
}

.blog .img-container .blog-info .borders-before,
.blog .img-container .blog-info .small-font {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  text-transform: none;
  font-weight: 300;
}

.blog .img-container .blog-info .borders-before {
  margin-left: 16px;
  margin-bottom: 10px;
}

.blog .img-container .blog-info .borders-before span:before {
  margin-right: 7px;
  width: 8px;
}

.blog .img-container .blog-info .small-font {
  margin-bottom: 18px;
  line-height: 20px;
}

.blog .img-container .social-list ul {
  display: flex;
}

.blog .img-container .social-list ul li {
  padding: 0 5px;
  text-transform: uppercase;
}

.blog .img-container .social-list ul li a {
  display: inline-block;
  background: linear-gradient(to top, #252525, #000);
  height: 28px;
  width: 28px;
  border-radius: 100%;
}

.blog .img-container .social-list ul li a i {
  background-color: #61131f;
  font-size: 13px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  display: flex;
}


/*************************
      blog  css end
      *************************/

/*************************
      29. contact css start
      *************************/
.contact .iframe-container {
  width: 100%;
  height: 100%;
}

.contact .iframe-container iframe {
  height: 100%;
  width: 100%;
}

.contact .set-z-index {
  z-index: 3;
}

.contact .bg-white {
  background-color: #fff;
}

.contact .bg-white form {
  padding: 60px;
}

.contact .bg-white form .form-group {
  margin-bottom: 60px;
}

.contact .bg-white form .form-group .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f1f1f1;
  padding: 0;
  background: transparent;
}

.contact .bg-white form .form-group .form-control:focus {
  box-shadow: none;
}

.contact .bg-white form .form-group label {
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

.contact .bg-white form .btn-default {
  padding: 14px 30px;
  letter-spacing: 1px;
}

.contact .plane {
  right: 18%;
}

.contact .plane2 {
  opacity: 0.5;
  z-index: 1;
  top: 0;
  right: 0;
}

/*************************
      contact css end
      *************************/

/*************************
      33. tap to top css start
      *************************/
.tap-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 100%;
  font-size: 22px;
  cursor: pointer;
  line-height: 2.2;
  display: none;
  border: 1px solid #fff;
}

/*************************
      tap to top css end
      *************************/
/*************************
      35. saas1 css start
      *************************/
.saas1 h1,
.saas1 h2,
.saas1 h3,
.saas1 h4,
.saas1 h5,
.saas1 h6,
.saas1 li,
.saas1 a {
  font-family: 'Poppins', sans-serif;
}

.saas1 h2,
.saas1 h3,
.saas1 h4,
.saas1 h5,
.saas1 h6,
.saas1 p {
  color: #000;
}

.saas1 h1 {
  font-size: calc(22px + (62 - 22) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  margin-top: -17px;
  margin-bottom: -8px;
  line-height: normal;
}

.saas1 h2 {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
}

.saas1 h3 {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  margin-bottom: 0;
}

.saas1 h5 {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 0.085em;
  margin-top: -12px;
  margin-bottom: -12px;
}

.saas1 h6 {
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 0.025em;
  margin-top: 0;
  margin-bottom: 0;
}

.saas1 p {
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  letter-spacing: 0.05em;
  margin-bottom: -7px;
}

.saas1 span {
  text-transform: none;
}

.saas1 span.theme-color {
  color: #000;
}

.saas1 .title img {
  display: inline-block;
  margin-right: 7px;
  vertical-align: baseline;
}

.saas1 .title .main-title {
  display: inline-block;
  margin-bottom: 0;
}

.saas1 .title hr {
  width: 116px;
  height: 3px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.saas1 .title .sub-title p {
  margin-bottom: 0;
}

.saas1 .title .sub-title .p-padding {
  padding: 0 30px;
}

.saas1 .center-text>div {
  margin-top: -25px;
}

.saas1.service .chat-box img {
  height: 80px;
}

.saas1.service .about-chat {
  margin-bottom: -50px;
}

.saas1.service .about-chat .service-container {
  margin-bottom: 50px;
}

.saas1.service .about-chat .service-container .chat-box:hover hr {
  width: 40%;
  background-color: #fb3b64;
}

.saas1.service .about-chat .service-container .feature-content {
  padding-left: 20px;
}

.saas1.service .about-chat .service-container .feature-content .service-heading {
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: unset;
}

.saas1.service .about-chat .service-container .feature-content hr {
  height: 1px;
  width: 75px;
  background-color: #000;
  text-align: left;
  margin: 0;
  margin-bottom: 15px;
  transition: all 0.5s;
}

.saas1.build-bg {
  background-image: url("../images/saas1/banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  counter-reset: section;
  min-height: 740px;
}

.saas1.build-bg .container {
  margin-bottom: 5%;
  margin-top: 5%;
}

.saas1.build-bg .build-right-slider {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  display: block;
}

.saas1.build-bg .build-right-slider .owl-carousel.owl-loaded {
  transform: translate(0, -50%);
  top: 50%;
}

.saas1.build-bg .owl-dots .owl-dot:before {
  position: absolute;
  counter-increment: section;
  content: counter(section);
  color: #fff;
  left: -5px;
}

.saas1.build-bg .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.saas1.build-bg .owl-dots {
  display: inline-block;
  position: absolute;
  margin: 0;
  top: 50%;
  margin-right: -50%;
  transform: translate(-35%, -50%);
  counter-reset: my-sec-counter;
}

.saas1.build-bg .owl-dot {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  display: block;
  margin-bottom: 20px;
}

.saas1.build-bg .owl-theme .owl-dots .owl-dot {
  display: block;
  margin-bottom: 10px;
}

.saas1.build-bg .owl-theme .owl-dots .owl-dot.active span {
  background-color: #000;
  width: 95px;
}

.saas1.build-bg .owl-theme .owl-dots .owl-dot.active:before {
  color: #000;
}

.saas1.build-bg .owl-theme .owl-dots .owl-dot span {
  width: 75px;
  height: 4px;
  margin-bottom: 25px;
}

.saas1.build-bg .sync1 .item {
  padding: 0;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.saas1.build-bg .sync2 .item {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.saas1.build-bg .sync2 .item h1 {
  font-size: 18px;
}

.saas1.build-bg .build-box {
  text-align: left;
}

.saas1.build-bg .build-box .build-head {
  font-size: calc(18px + (45 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.saas1.build-bg .build-box p {
  color: #fff;
  font-weight: 300;
}

.saas1.build-bg .build-box ul {
  margin-top: 45px;
}

.saas1.build-bg .build-box ul li {
  margin-bottom: 18px;
  font-size: 16px;
}

.saas1.build-bg .build-box ul li img {
  margin-right: 15px;
}

.saas1.build-bg .build-box ul li:last-child {
  margin-bottom: 0;
}

.saas1.howitwork {
  background-image: url("../images/saas1/work-bg.png");
  background-size: cover;
}

.saas1.howitwork .work-tab .nav-pills .nav-link {
  padding: 0 55px;
  position: relative;
  color: #000;
}

.saas1.howitwork .work-tab .nav-pills .nav-link img {
  filter: brightness(0) invert(0);
  opacity: 0.4;
}

.saas1.howitwork .work-tab .nav-pills .nav-link h6 {
  margin-top: 15px;
  color: #000;
  opacity: 0.5;
  letter-spacing: unset;
}

.saas1.howitwork .work-tab .nav-pills .nav-link.active {
  background-color: transparent;
}

.saas1.howitwork .work-tab .nav-pills .nav-link.active img {
  filter: grayscale(0%);
  opacity: 1;
}

.saas1.howitwork .work-tab .nav-pills .nav-link.active h6 {
  color: #000;
  margin-bottom: 0;
  opacity: 1;
}

.saas1.howitwork .work-tab .nav-pills .nav-link.active span {
  display: block;
}

.saas1.howitwork .work-tab .nav-pills .nav-link span {
  display: none;
  width: 40px;
  height: 5px;
  background-color: #000;
  position: absolute;
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 30px;
  border-radius: 15px;
}

.saas1.howitwork .work-tab .nav-pills .nav-link span:after,
.saas1.howitwork .work-tab .nav-pills .nav-link span:before {
  position: absolute;
  height: 5px;
  width: 10px;
  content: "";
  background-color: #000;
  border-radius: 15px;
}

.saas1.howitwork .work-tab .nav-pills .nav-link span:after {
  right: -25px;
  width: 5px;
}

.saas1.howitwork .work-tab .nav-pills .nav-link span:before {
  left: 45px;
}

.saas1.pricing {
  background-color: #000;
  background-image: url("../images/saas1/banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.saas1.pricing .container {
  margin-bottom: 0;
}

.saas1.pricing .pricing__switcher {
  width: 300px;
  height: 60px;
  margin: 0 auto 50px auto;
  position: relative;
  background-color: #f7f7f7;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 100px;
}

.saas1.pricing .pricing__switcher span {
  font-weight: 600;
  color: #000;
  margin-left: 5px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.saas1.pricing .switcher__buttons {
  width: 100%;
}

.saas1.pricing .switcher__button {
  cursor: pointer;
  width: 50%;
  float: left;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 575;
  transition: .3s ease-in-out;
  font-size: 18px;
}

.saas1.pricing .switcher__border {
  height: 60px;
  width: 50%;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 555;
  margin: 0;
  border: none;
  transition: .3s ease-in-out;
  border-radius: 100px;
}

.saas1.pricing .btn-default.btn-white {
  border: 2px solid #000;
  color: #000 !important;
}

.saas1.pricing .btn-default.btn-white:hover {
  background-color: #000;
  color: #fff !important;
}

.saas1.pricing .switcher__button--enabled {
  color: #fff;
}

.saas1.pricing .switcher__button--enabled span {
  color: #fff;
}

.saas1.pricing .switcher__button:nth-child(1).switcher__button--enabled~.switcher__border {
  left: 0;
}

.saas1.pricing .switcher__button:nth-child(2).switcher__button--enabled~.switcher__border {
  left: 50%;
}

.saas1.pricing .plan-box>div:nth-child(2) .price-box ul li:last-child {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-left: 30px;
  margin-bottom: 0;
}

.saas1.pricing .plan-box>div:first-child .price-box ul li:nth-last-child(-n + 3) {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-left: 30px;
}

.saas1.pricing .plan-box .price-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 25px;
  transition: all 0.6s;
  opacity: .5;
  margin: 16px 9px;
}

.saas1.pricing .plan-box .price-box img {
  width: auto !important;
  display: inline-block;
}

.saas1.pricing .plan-box .price-box .price-heading {
  text-transform: uppercase;
  font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 700;
}

.saas1.pricing .plan-box .price-box h4.no-weight {
  font-weight: unset;
  margin: 45px 0 40px 0;
  text-transform: capitalize;
}

.saas1.pricing .plan-box .price-box h4.no-weight span {
  font-weight: 700;
}

.saas1.pricing .plan-box .price-box span {
  font-size: 50px;
}

.saas1.pricing .plan-box .price-box ul {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.saas1.pricing .plan-box .price-box ul li {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 11px;
}

.saas1.pricing .plan-box .price-box ul li img {
  margin-right: 15px;
}

.saas1.pricing .plan-box .price-box ul li span {
  font-size: 16px;
  font-weight: 600;
}

.saas1.pricing .plan-box .price-box ul li:nth-last-child(1) {
  margin-bottom: 30px;
}

.saas1.pricing .plan-box .price-box .btn-theme {
  background-color: #000;
  border: 1px solid #000;
  padding: 12px 25px;
}

.saas1.pricing .plan-box .price-box .btn-theme:hover {
  border: 1px solid #000;
  color: #000 !important;
  background-color: #fff;
}

.saas1.pricing .owl-item.active.center .price-box {
  transform: scale(1.05);
  opacity: 1;
}

.saas1.faq .faq-block .frequent-text {
  font-size: calc(18px + (48 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 20px;
  margin-top: -15px;
}

.saas1.faq .faq-block h6 {
  font-weight: normal;
  color: #000;
  line-height: 1.8;
}

.saas1.faq .faq-block h6.link {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: -5px;
}

.saas1.faq .faq-block h6.link a {
  color: #41a3ff;
}

.saas1.faq .faq-block .card {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.saas1.faq .faq-block .card-header {
  background-color: transparent;
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
}

.saas1.faq .faq-block .faq {
  margin-top: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
}

.saas1.faq .faq-block .card-body {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
  padding-left: 15px;
}

.saas1.faq .faq-block a {
  color: #000;
}

.saas1.faq .faq-block h5 {
  margin-top: 50px;
}

.saas1.faq .rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  width: unset;
}

.saas1.faq .rotate.down {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.saas1.faq a div {
  transform: rotate(270deg);
  margin-right: 20px;
  position: absolute;
  left: 0;
  margin-top: 5px;
}

.saas1.faq .collapsed a div {
  transform: rotate(0deg);
  margin-right: 15px;
}

.saas1.blog {
  background-color: #000;
  background-image: url("../images/saas1/banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.saas1.blog .blog-post-slider .slick-slide {
  margin: 0 15px;
}

.saas1.blog .blog-post-slider .post-item {
  box-shadow: -2px 2px 6px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.saas1.blog .blog-post-slider .post-item img {
  width: 45%;
  float: left;
}

.saas1.blog .blog-post-slider .blog-post-info {
  float: right;
  width: 55%;
  padding: 15px;
}

.saas1.blog .blog-post-slider .blog-post-info h3 {
  font-size: 18px;
  color: #000;
}

.saas1.blog .blog-post-slider .blog-post-info .dte {
  font-size: 12px;
  color: #949494;
}

.saas1.blog .blog-post-slider .blog-post-info p {
  color: #000;
}

.saas1.blog .blog-post-slider .slick-prev {
  left: -60px;
}

.saas1.blog .blog-post-slider .slick-prev,
.saas1.blog .blog-post-slider .slick-next {
  display: inline-block;
  background-color: transparent;
  border: none;
  font-size: 32px;
  position: absolute;
  top: 40%;
  color: #000;
  cursor: pointer;
}

.saas1.client {
  background: #fafafb;
}


/*************************
      saas1 css end
      *************************/
/*************************
      36. saas2 css start
      *************************/
.saas2 h1,
.saas2 h2,
.saas2 h3,
.saas2 h4,
.saas2 h5,
.saas2 h6,
.saas2 li,
.saas2 a {
  font-family: 'Poppins', sans-serif;
}

.saas2 h2,
.saas2 h3,
.saas2 h4,
.saas2 h5 {
  color: #000;
}

.saas2 h1 {
  margin-top: -14px;
  line-height: 1;
}

.saas2 h2 {
  font-size: calc(20px + (33 - 20) * ((100vw - 300px) / (1920 - 300)));
}

.saas2 h3 {
  font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300)));
}

.saas2 h4 {
  letter-spacing: 1px;
}

.saas2 h5 {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
}

.saas2 h6 {
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
}

.saas2 p {
  margin-top: 0;
  margin-bottom: -3px;
}

.saas2.fixed {
  background: linear-gradient(#252525, #000);
}


.saas2.brand .brand-slider img {
  filter: brightness(5) invert(0.5);
  transition: all 0.3s ease;
  max-width: 150px;
  margin: 0 auto;
}

.saas2.brand .brand-slider img:hover {
  filter: none;
  transition: all 0.3s ease;
}

.saas2 .link-horizontal {
  margin-top: 40px;
}

.saas2 .saas2-content .header-sub-text h3 {
  line-height: 1;
  margin-bottom: 10px;
}

.saas2.bg-gradient {
  background-image: linear-gradient(#252525, #000);
}

.saas2 .title .main-title h2 {
  line-height: 0.9;
}

.saas2 .title .sub-title .sub-title-para {
  color: #000;
}

.saas2.laptop-slider .owl-item img {
  padding: 50px;
  transition: all 0.3s ease;
}

.saas2.laptop-slider .owl-item.center img {
  padding: 0;
  margin-top: 18px;
  transition: all 0.3s ease;
}

.saas2.services .service {
  padding: 30px;
  border: none;
}

.saas2.services .service:hover img {
  animation: scaleDisappear 0.3s;
}

.saas2.feature {
  position: relative;
  overflow: hidden;
  background-image: url("../images/saas2/background.png");
  background-size: contain;
  background-position: right;
}

.saas2.feature .center-content {
  flex-direction: unset;
  margin-bottom: 50px;
}


.saas2.feature .center-content .feature-content .feature-head {
  margin-bottom: 8px;
}



.saas2.feature .image-container .left-one,
.saas2.feature .image-container .right-one {
  position: absolute;
}

.saas2.feature .image-container .advance-feature-img {
  position: relative;
  z-index: 1;
  margin-bottom: -20px;
}

.saas2.feature .image-container .left-one {
  left: -20%;
}

.saas2.feature .image-container .right-one {
  right: -19%;
  bottom: 0;
}

.saas2.quick-sol {
  background: url("../images/saas2/background/quick-sol.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
  overflow: hidden;
  background-color: #000 !important;
}

.saas2.quick-sol .set-center-div {
  min-height: 555px;
  position: relative;
}

.saas2.quick-sol .set-center-div .side-img {
  position: absolute;
  right: -4%;
  height: unset;
  top: 70%;
  transform: translate(0, -50%);
  width: auto;
}

.saas2 .offers-container .offer-heading-text {
  font-size: calc(20px + (33 - 20) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 25px;
  font-weight: 400;
  margin-top: -11px;
}

.saas2 .offers-container .bottom-border {
  border: 2px solid #fff;
  width: 83px;
  margin-bottom: 70px;
}

.saas2 .offers-container .offers-content {
  margin-bottom: 40px;
}

.saas2 .offers-container .offers-content:last-child {
  margin-bottom: 0;
}

.saas2 .offers-container .offers-content .offer-main-text {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}

.saas2 .offers-container .offers-content .offer-sub-text {
  font-weight: 300;
}

.saas2 .offers-container .offers-content .fa-check-circle {
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
  margin-top: 10px;
}

.saas2.services .saas2-services .row .service-container:nth-child(n+5) {
  margin-top: 30px;
}

.saas2.laptop-slider {
  background: url("../images/saas2/background/screenshot-bg.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.saas2.laptop-slider .slider-container {
  margin-top: 50px;
}

.saas2.laptop-slider .owl-theme .owl-dots {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: -70px;
}

.saas2.laptop-slider .owl-theme .owl-dots .owl-dot span {
  background: #fff !important;
}

.saas2.laptop-slider .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  transform: scale(1.4);
}

.saas2.laptop-slider .slider-container {
  position: relative;
}

.saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item img {
  border: 20px solid #ffffff;
  border-radius: 15px;
  background-color: #f3f6fd;
  margin-bottom: 0;
}

.saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:before {
  content: "";
  position: absolute;
  border-radius: 0 0 20px 20px;
  background: #fff;
  z-index: 999;
  width: calc(100% + 100px);
  bottom: -5px;
  left: -50px;
  height: 12px;
}

.saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:after {
  content: "";
  position: absolute;
  width: 140px;
  left: 50%;
  margin-left: -70px;
  border-radius: 5px;
  background: #e4eaf6;
  z-index: 999;
  height: 4px;
  bottom: 6px;
}

.saas2.laptop-slider .slider-container .center-img {
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  left: 50%;
  z-index: 2;
}

.saas2.laptop-slider .slider-container .center-img img {
  max-width: 790px;
}

.saas2.pricing H6 {
  margin-bottom: 8px;
}

/*************************
      saas2 css end
      *************************/


/*************************
      popup css start
      *************************/
.quick-view-modal .btn {
  padding: 7px 17px;
}

.theme-modal .btn-close {
  position: absolute;
  top: 20px;
  z-index: 9;
  right: 40px;
}

.login-popup h2 {
  font-weight: 300;
}

.login-modal .modal.show {
  padding-right: 0px !important;
}

.login-modal p {
  color: #8f8e94;
}

.login-modal .btn-default {
  padding: 10px 30px;
}

.login-modal .modal-content {
  border-radius: 0;
}

.login-modal .modal-header {
  background: #252525;
  padding: 0;
}

.login-modal .modal-body {
  padding: 40px;
}

.login-modal .form-group {
  margin-bottom: 25px;
  margin-top: 0;
}

.login-modal .form-group input {
  border: 1px solid #eaeaea;
  background-color: #efefef;
  border-radius: 50px;
  padding: 12px;
  padding-left: 30px;
  font-size: 12px;
}

.login-modal .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 0.7;
}

.login-modal .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 0.7;
}

.login-modal .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 0.7;
}

.login-modal .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 0.7;
}

.login-modal .form-group label {
  font-weight: 500;
  color: #777;
  margin-bottom: 5px;
}

.login-modal .btn {
  z-index: 2;
}

.login-modal .nav-item {
  margin-right: 20px;
}

.login-modal .nav-pills .nav-link {
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #b1b1b1;
}

.login-modal .nav-pills .nav-link.active {
  color: #000;
  border-bottom: 2px solid;
  border-radius: 0;
}

.login-modal .close {
  position: absolute;
  right: 20px;
  top: 16px;
  background: #f5f5f5;
  opacity: 1;
  color: #000;
  z-index: 2;
  border: none;
  font-size: 24px;
  background-color: transparent;
}

.loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0;
}

.loader-wrapper .loader {
  position: relative;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 100px;
  height: 100px;
}

.loader-wrapper .loader>div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scale(0);
  transform-origin: center center;
  animation: loader 2s infinite linear;
}

.loader-wrapper .loader>div:nth-of-type(1),
.loader-wrapper .loader>div:nth-of-type(5),
.loader-wrapper .loader>div:nth-of-type(9) {
  animation-delay: 0.4s;
}

.loader-wrapper .loader>div:nth-of-type(4),
.loader-wrapper .loader>div:nth-of-type(8) {
  animation-delay: 0.2s;
}

.loader-wrapper .loader>div:nth-of-type(2),
.loader-wrapper .loader>div:nth-of-type(6) {
  animation-delay: 0.6s;
}

.loader-wrapper .loader>div:nth-of-type(3) {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.speaker.team-sec .team-img {
  margin-bottom: 8px;
}

.speaker .team-img {
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  transition: 0.6s;
  margin-bottom: 10px;
}

.speaker .team-img img {
  opacity: 1;
  transition: 0.5s;
}

.speaker .team-img .overlay {
  opacity: 0;
  transition: 0.6s;
}

.speaker .team-img .social {
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.speaker .team-img .social ul {
  display: flex;
}

.speaker .team-img .social ul li {
  margin-right: 20px;
}

.speaker .team-img .social ul li:last-child {
  margin-right: 0;
}

.speaker .team-img .social ul li a i {
  display: flex;
  height: 30px;
  width: 30px;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
}

.speaker .team-img:hover .overlay {
  transition: 0.6s;
  background-image: linear-gradient(#252525, #000);
  top: 0;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  position: absolute;
}

.speaker .team-img:hover .social {
  transition: 0.6s;
  opacity: 1;
}

.speaker .employee .e-name {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
}

.speaker .employee .post {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: justify;
}

/*************************
      Popup css end
      *************************/
/*************************
      trainer slider css start
      *************************/

.creative .trainers-slider.owl-carousel .owl-stage-outer {
  min-height: 405px !important;
  padding-top: 45px;
}

.creative .trainers-slider.owl-carousel .owl-dots .owl-dot.active span,
.creative .trainers-slider.owl-carousel .owl-dots .owl-dot:hover span {
  background: #000;
}
.creative .trainers-slider.owl-carousel .owl-item .trainers-info {
  display: none;
}

.creative .trainers-slider.owl-carousel .owl-item.active.center {
  z-index: 1;
  transition: 1s;
}

.creative .trainers-slider.owl-carousel .owl-item.active.center .trainers-info {
  padding-top: 50px;
}

.creative .trainers-slider.owl-carousel .owl-item.active.center .item img {
  transition: 1s;
  transform: scale(1.2);
  box-shadow: 0 0 10px 0 #000;
  margin-bottom: 15px;
}

.creative .trainers-slider.owl-carousel .owl-item.active.center .item .trainers-info {
  display: block;
}

.creative .trainers-slider .socials-lists ul li a i {
  height: 30px;
  width: 30px;
  font-size: 10px;
}

/*************************
      trainer slider css end
      *************************/
/*************************
      breadcrumb-section css start
      *************************/
.radius-0 {
  border-radius: 0;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.breadcrumb-section {
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  padding: 230px 0;
}

.breadcrumb-section:not(.breadcrumb-left),
.breadcrumb-section:not(.breadcrumb-right),
.breadcrumb-section:not(.breadcrumb-slider) {
  background: url("../images/banner-bg/services.png");
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
}

.about-us-section {
  background: url("../images/banner-bg/about.png") !important;
  background-position: center !important;
  background-size: cover !important;
  background-blend-mode: overlay !important;
}

.contact-us-section {
  background: url("../images/banner-bg/contact.png") !important;
  background-position: center !important;
  background-size: cover !important;
  background-blend-mode: overlay !important;

}

.breadcrumb-section.breadcrumb-left,
.breadcrumb-section.breadcrumb-right {
  background: url("../images/inner-page/breadcrumb-plain.jpg");
}

.breadcrumb-section li {
  line-height: normal;
}

.breadcrumb-section.bredcrumb-color {
  background: #000;
}

.breadcrumb-section.breadcrumb-gradient {
  background: linear-gradient(200deg, #252525, #000);
}

.breadcrumb-section.bg1 {
  background: url("../images/inner-page/breadcrumb-bg.jpg");
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #00000094;
}

.breadcrumb-section.bredcrumb-color .breadcrumb-text,
.breadcrumb-section.breadcrumb-gradient .breadcrumb-text {
  color: #fff;
}

.breadcrumb-section.bredcrumb-color .breadcrumb li,
.breadcrumb-section.breadcrumb-gradient .breadcrumb li {
  color: #fff;
}

.breadcrumb-section.bredcrumb-color .breadcrumb li a,
.breadcrumb-section.breadcrumb-gradient .breadcrumb li a {
  color: #fff;
  opacity: 0.7;
}

.breadcrumb-section.bredcrumb-color .breadcrumb li+li:before,
.breadcrumb-section.breadcrumb-gradient .breadcrumb li+li:before {
  color: #fff;
}

.breadcrumb-section .breadcrumb-text {
  color: #000;
  font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.breadcrumb-section .breadcrumb {
  padding: 0;
  background: transparent;
  justify-content: flex-end;
  margin: 0;
  display: flex;
  align-items: center;
}

.breadcrumb-section .breadcrumb li {
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
}

.breadcrumb-section .breadcrumb li+li:before {
  padding: 8px;
  color: #000;
  content: "/\00a0";
}

.breadcrumb-section .breadcrumb li a {
  color: #000;
  text-decoration: none;
}

.breadcrumb-section .breadcrumb li a:hover {
  color: #000;
  text-decoration: underline;
}

.breadcrumb-section.bg-dark.set-bg-dark {
  background-image: linear-gradient(#000, #252525) !important;
}

.breadcrumb-section.bg-dark.bg-unset {
  background: unset;
}

.breadcrumb-section.bg-dark h2 {
  color: #fff;
}

.breadcrumb-section.bg-dark li {
  color: #fff;
}

.breadcrumb-section.bg-dark li a {
  color: #fff;
}

.breadcrumb-section.bg-dark li a:hover {
  color: #fff;
  opacity: 0.8;
}

.breadcrumb-section.bg-dark li:before {
  color: #fff !important;
}

.breadcrumb-section.bg-dark.bg-fixed {
  background-attachment: fixed;
}

.breadcrumb-section.big-type h2 {
  font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
}

.breadcrumb-section.breadcrumb-slider {
  position: relative;
}

.breadcrumb-section.breadcrumb-slider .owl-nav .owl-prev,
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.9s;
  background: transparent;
}

.breadcrumb-section.breadcrumb-slider .owl-nav .owl-prev:hover,
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-next:hover {
  background: transparent;
  opacity: 0.7;
}

.breadcrumb-section.breadcrumb-slider .owl-nav .owl-prev i,
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-next i {
  font-size: 20px;
}

.breadcrumb-section.breadcrumb-slider .owl-nav .owl-prev {
  left: -20%;
  transition: 0.9s;
}

.breadcrumb-section.breadcrumb-slider .owl-nav .owl-next {
  right: -20%;
  transition: 0.9s;
}

.breadcrumb-section.breadcrumb-slider:hover .owl-nav .owl-prev,
.breadcrumb-section.breadcrumb-slider:hover .owl-nav .owl-next {
  opacity: 1;
  transition: 0.9s;
}

.breadcrumb-section.breadcrumb-slider:hover .owl-nav .owl-prev {
  left: 2%;
  transition: 0.9s;
}

.breadcrumb-section.breadcrumb-slider:hover .owl-nav .owl-next {
  right: 2%;
  transition: 0.9s;
}

.breadcrumb-section.breadcrumb-slider .img-slider .bg1 {
  background: url("../images/inner-page/breadcrumb-bg.jpg");
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: #00000094;
}

.breadcrumb-section.breadcrumb-slider .img-slider .bg2 {
  background: url("../images/inner-page/blogs/1.jpg");
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: #00000094;
}

.breadcrumb-section.breadcrumb-slider .img-slider .bg3 {
  background: url("../images/inner-page/breadcrumb-bg.jpg");
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: #00000094;
}

.breadcrumb-section.breadcrumb-slider .img-slider .bg4 {
  background: url("../images/inner-page/blogs/1.jpg");
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: #00000094;
}

.breadcrumb-section.breadcrumb-slider .set-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.breadcrumb-section.video-sec {
  background: unset;
  background-color: unset !important;
  height: 70vh;
}

.breadcrumb-section.video-sec .blocks:before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
}

/*************************
      breadcrumb-section css end
      *************************/
.breadcrumb-back-none {
  background-image: none !important;
}

.breadcrumb-section-main {
  background-color: #f8f8f8;
}

.breadcrumb-section-main .breadcrumb-contain {
  display: flex;
  align-items: center;
}

.breadcrumb-section-main .breadcrumb-contain>div {
  width: 30%;
}

.breadcrumb-section-main .breadcrumb-contain>div ul li {
  line-height: normal;
  display: inline;
  margin-right: 15px;
  position: relative;
}

.breadcrumb-section-main .breadcrumb-contain>div ul li a i {
  margin-right: 15px;
}

.breadcrumb-section-main .breadcrumb-contain>div ul li a:hover {
  color: #000;
}

.breadcrumb-section-main .breadcrumb-contain>div ul li:last-child {
  margin-right: 0;
}

.breadcrumb-section-main .breadcrumb-contain>div .breadcrumb-txt {
  font-weight: 500;
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
  margin-top: 0;
  margin-bottom: 0;
}

.breadcrumb-section-main .breadcrumb-contain>div:last-child {
  text-align: right;
  width: 70%;
}

.breadcrumb-section-main.inner-1 {
  background-color: #f8f8f8;
}

.breadcrumb-section-main.inner-1 .breadcrumb-txt {
  font-size: calc(20px + (45 - 20) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 0;
  font-weight: 500;
}

.breadcrumb-section-main.inner-2 {
  background-color: #f8f8f8;
}

.breadcrumb-section-main.inner-2 .breadcrumb-contain ul li a {
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
}

.breadcrumb-section-main.inner-2 .breadcrumb-contain .breadcrumb-txt {
  margin-bottom: 0;
}

.breadcrumb-section-main.inner-2 .breadcrumb-contain .breadcrumb {
  text-align: right;
  height: 100%;
  flex: auto;
}

.breadcrumb-section-main.inner-3 .breadcrumb-contain ul li a {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
}

.breadcrumb-section-main.inner-3 .breadcrumb-text {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  margin-top: 0;
}

.breadcrumb-section-main.inner-4 .breadcrumb-contain ul li a {
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
}

.breadcrumb-section-main.breadcrumb-section-sm {
  padding: 50px 0;
}

.breadcrumb-section-main.breadcrumb-section-sm .breadcrumb-contain .breadcrumb-txt {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
}

.breadcrumb-section-main.breadcrumb-section-sm .breadcrumb-contain ul li a {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
}

/*************************
      blog-section css start
      *************************/
.blog-sec .blog-list .blog-agency .blog-contain {
  display: flex;
}

.blog-sec.videos .video {
  background: url("../images/agency/blog/21.jpg");
  background-blend-mode: overlay;
  background-color: #00000094;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
}

.blog-sec.detail2 .bg-blog-detail {
  background: url("../images/inner-page/blogs/1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 90px);
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.65);
}

.blog-sec.detail2 .bg-blog-detail .feature-text {
  font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.blog-sec .blog-detail-slider .owl-nav .owl-prev,
.blog-sec .blog-detail-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent;
}

.blog-sec .blog-detail-slider .owl-nav .owl-prev img,
.blog-sec .blog-detail-slider .owl-nav .owl-next img {
  transition: 1s;
}

.blog-sec .blog-detail-slider .owl-nav .owl-prev:hover,
.blog-sec .blog-detail-slider .owl-nav .owl-next:hover {
  background: transparent;
}

.blog-sec .blog-detail-slider .owl-nav .owl-prev:hover img,
.blog-sec .blog-detail-slider .owl-nav .owl-next:hover img {
  filter: grayscale(0) brightness(0);
  transition: 1s;
}

.blog-sec .blog-detail-slider .owl-nav .owl-prev {
  left: 5px;
}

.blog-sec .blog-detail-slider .owl-nav .owl-next {
  right: 5px;
}

.blog-sec.blog .isotopeContainer .blog-agency .blog-contain {
  display: block;
}

.blog-sec.blog .container,
.blog-sec.blog .container-fluid {
  margin-bottom: -30px;
}

.blog-sec.blog .blog-agency {
  margin-bottom: 30px;
}

.blog-sec.blog .blog-agency .blog-info .btn-bottom {
  margin-bottom: -5px;
}


.blog-sidebar .blog-title {
  position: relative;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1;
}

.blog-sidebar .blog-title:before {
  content: '';
  border-bottom: 3px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  transition: 0.5s;
}

.blog-sidebar .blog-title:hover:before {
  width: 25%;
  transition: 0.5s;
}

.blog-sidebar .sidebar-container {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.blog-sidebar .sidebar-container.insta {
  margin-bottom: 0;
}

.blog-sidebar .sidebar-container .sidebar-list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.blog-sidebar .sidebar-container .sidebar-list li a {
  color: #000;
  margin-left: 15px;
  transition: all 0.4s;
}

.blog-sidebar .sidebar-container .sidebar-list li a:hover {
  margin-left: 25px;
}

.blog-sidebar .sidebar-container .sidebar-list li a i {
  position: absolute;
  left: 10px;
  top: 12px;
}

.blog-sidebar .sidebar-container .newsletter .form-group {
  position: relative;
}

.blog-sidebar .sidebar-container .newsletter .form-group i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 15px;
}

.blog-sidebar .post-container {
  margin-bottom: 20px;
}

.blog-sidebar .post-container .post-head {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-sidebar .post-container .date {
  color: #000;
}

.blog-sidebar .post-container div {
  position: relative;
}

.blog-sidebar .post-container div.w-35 {
  width: 35%;
}

.blog-sidebar .post-container div.w-35 img {
  border-radius: 4px;
}

.blog-sidebar .post-container div .badge {
  background: #000;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
  top: 0;
}

.blog-sidebar .post-container div .badge.badge-red {
  background: #e3154f;
}

.blog-sidebar .post-container div .badge.badge-blue {
  background: #41a3ff;
}

.blog-sidebar .post-container div .badge.badge-yellow {
  background: #ffd200;
}

.blog-sidebar input {
  padding: 16px 36px 16px 16px;
}

.blog-sidebar .blog-insta {
  display: flex;
}

.blog-sidebar .blog-insta:last-child li {
  margin-bottom: 0;
}

.blog-sidebar .blog-insta li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.blog-sidebar .blog-insta li:last-child {
  margin-right: 0;
}

.blog-sidebar.blog-split .blog-list:nth-child(even) {
  text-align: right;
}

.blog-sidebar.blog-split .blog-list:nth-child(even) .center-text {
  justify-content: flex-end;
}

/*************************
      breadcrumb-section css end
      *************************/
/*************************
      error css start
      *************************/
.error-sec {
  background: linear-gradient(#000, #252525);
  background-position: center;
  height: 100vh;
}

.error-sec .error-title {
  margin-top: -100px;
  margin-bottom: -50px;
  line-height: normal;
  font-size: 260px;
  font-weight: 500;
  color: #fff;
}

.error-sec .error-msg {
  font-weight: 500;
}

.spin-earth-on-hover {
  transition: ease 200s !important;
  transform: rotate(-3600deg) !important;
}

@keyframes rocket-movement {
  100% {
    transform: translate(120px, -60px);
  }
}

@keyframes spin-earth {
  100% {
    transform: rotate(-360deg);
    transition: transform 20s;
  }
}

@keyframes move-astronaut {
  100% {
    transform: translate(-10px, -10px);
  }
}

@keyframes rotate-astronaut {
  100% {
    transform: rotate(-720deg);
  }
}

@keyframes glow-star {
  40% {
    opacity: 0.3;
  }

  90%,
  100% {
    opacity: 1;
    transform: scale(1.2);
    border-radius: 999999px;
  }
}

.bg-purple {
  background: linear-gradient(#252525, #000);
  height: 100vh;
  overflow: hidden;
}

.section-404 .btn-default:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.section-404 .text-404 {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 10px 50px;
  font-weight: 300;
}

.section-404 .central-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}

.section-404 .sub-text {
  margin-top: 50px;
  margin-bottom: 10px;
}

.section-404 .objects img {
  z-index: 90;
  pointer-events: none;
}

.section-404 .object_rocket {
  z-index: 95;
  position: absolute;
  transform: translateX(-50px);
  top: 75%;
  pointer-events: none;
  width: 150px;
  animation: rocket-movement 20s linear infinite both running;
}

.section-404 .object_earth {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: 90;
  width: 100px;
}

.section-404 .object_moon {
  position: absolute;
  top: 12%;
  left: 25%;
  width: 80px;
}

.section-404 .object_astronaut {
  width: 170px;
  animation: rotate-astronaut 200s infinite linear both alternate;
}

.section-404 .box_astronaut {
  z-index: 110 !important;
  position: absolute;
  top: 60%;
  right: 16%;
  will-change: transform;
  animation: move-astronaut 5s infinite linear both alternate;
}

.section-404 .image-404 {
  position: relative;
  z-index: 100;
  pointer-events: none;
}

.section-404 .stars {
  background: url("../images/404/overlay_stars.svg");
  background-repeat: repeat;
  background-size: contain;
  background-position: left top;
  height: 100vh;
}

.section-404 .text-inner {
  font-size: calc(100px + (250 - 100) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 700;
  margin-top: -62px;
  line-height: 1;
}

.section-404 .glowing_stars .star {
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  width: 3px;
  height: 3px;
  opacity: 0.3;
  will-change: opacity;
}

.section-404 .glowing_stars .star:nth-child(1) {
  top: 80%;
  left: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 1s;
}

.section-404 .glowing_stars .star:nth-child(2) {
  top: 20%;
  left: 40%;
  animation: glow-star 2s infinite ease-in-out alternate 3s;
}

.section-404 .glowing_stars .star:nth-child(3) {
  top: 25%;
  left: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 5s;
}

.section-404 .glowing_stars .star:nth-child(4) {
  top: 75%;
  left: 80%;
  animation: glow-star 2s infinite ease-in-out alternate 7s;
}

.section-404 .glowing_stars .star:nth-child(5) {
  top: 90%;
  left: 50%;
  animation: glow-star 2s infinite ease-in-out alternate 9s;
}

/*************************
      error css end
      *************************/

/*************************
      Portfolio Start
      *************************/
.pagination_sec {
  margin-top: 50px;
  justify-content: center;
  display: flex;
}

.pagination_sec ul li {
  height: 50px;
  width: 50px;
  margin: 0 10px;
  background: #eceaea;
  display: inline-block;
}

.pagination_sec ul li .prev,
.pagination_sec ul li .next {
  background: #f7f7f7;
}

.pagination_sec ul li a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 0.5s;
}

.pagination_sec ul li a.active,
.pagination_sec ul li a:hover {
  transition: 0.5s;
  background: #000 !important;
  color: #eceaea;
}

/*************************
      Portfolio Ends
      *************************/
/*************************
      Single-blog Sec start
      *************************/
.single_blog_item .blog-text h6 {
  margin-top: 15px;
  font-weight: 500;
  color: #777;
}

.single_blog_item .blog-text .blog-head {
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 10px;
}

.single_blog_item .blog-text .blog-description {
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
  padding-bottom: 20px;
}

.single_blog_item .blog-text .blog-description p {
  font-weight: 400;
  color: #777;
  margin-bottom: 25px;
  letter-spacing: 0;
}

.single_blog_item .blog-text .blog-description h5 {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.single_blog_item .blog-text .blog-description h5.pull-right {
  display: inline-block;
}

.single_blog_item .blog-text .blog-description h5.pull-right i {
  color: #000;
}

.page-header-comment {
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 500;
}

.blog_comment.comment-list .comment_sec {
  padding: 15px 0 0;
}

.blog_comment.comment-list .comment_sec .blog_center {
  display: flex;
}

.blog_comment.comment-list .comment_sec .blog_center .thumbnail {
  display: block;
  padding: 4px;
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  transition: all .2s ease-in-out;
}

.blog_comment.comment-list .comment_sec .blog_center .thumbnail img {
  border-radius: 50%;
  width: 50px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user {
  margin-left: 15px;
  width: 100%;
  position: relative;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .text-start {
  display: flex;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .text-start i {
  padding-right: 5px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .text-start .comment-user {
  display: flex;
  margin-right: 20px;
  align-items: center;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .text-start .comment-date {
  display: flex;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .link-btn {
  color: #000;
  transition: 0.5s;
  float: right;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .link-btn:hover {
  color: #777;
  transition: 0.5s;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .right {
  float: right;
  padding: 5px 10px 0;
  color: #777;
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: -3px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .right:hover {
  color: #000;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left {
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
  padding: 10px 0;
  position: relative;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .right_text {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  background-color: #808080;
  font-weight: 500;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user {
  display: flex;
  height: 100%;
  align-items: center;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user h6 {
  margin: 0;
  line-height: 0;
  font-weight: 500;
  color: #777;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user i {
  color: #000;
  margin-right: 5px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date {
  margin-left: 10px;
  display: flex;
  height: 100%;
  align-items: center;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date h6 {
  margin: 0;
  line-height: 0;
  color: #777;
  font-weight: 500;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date i {
  color: #000;
  margin-right: 5px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .comment-post p {
  margin-bottom: 0;
  padding: 15px 0 0 0;
  font-weight: 400;
  color: #777;
  letter-spacing: 0;
}

.blog_comment.comment-list .comment_sec .blog_center.re_comment {
  margin-top: 5px;
}

.comment_form {
  margin: 0 auto;
  position: relative;
}

.comment_form .title {
  color: #777;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}

.comment_form .comment-form .form-field {
  position: relative;
  margin: 35px 0;
  padding: 0 35px 0 20px;
}

.comment_form .comment-form .form-field textarea {
  resize: none;
}

.comment_form .comment-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #777;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.comment_form .comment-form .input-text:focus {
  outline: none;
}

.comment_form .comment-form .input-text:focus+.label,
.comment_form .comment-form .input-text.not-empty+.label {
  transform: translateY(-24px);
}

.comment_form .comment-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #808080;
  cursor: text;
  transition: transform .2s ease-in-out;
}

.comment_form .comment-form .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.comment_form .comment-form .comment_btn {
  display: flex;
  justify-content: center;
}

.comment_form .note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}

.comment_form .note .link {
  color: #808080;
  text-decoration: none;
}

.comment_form .note .link:hover {
  text-decoration: underline;
}

.comment_form.map_form .map_text {
  padding: 60px 30px;
  background-color: #808080;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.comment_form.map_form .map_text .title {
  color: #fff;
}

.comment_form.map_form .map_text p {
  margin: 15px 0 35px 0;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: rgba(68, 68, 68, 0.67);
}

.comment_form.map_form .map_text .title {
  margin-top: 0;
  text-align: unset;
  color: #777;
  font-weight: 600;
}

.comment_form.map_form .map_text .contect_info .contect-title h3 {
  margin-bottom: 16px;
  color: #777;
}

.comment_form.map_form .map_text .contect_info .contant-text ul {
  color: #777;
}

.comment_form.map_form .map_text .contect_info .contant-text ul li {
  display: flex;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  color: rgba(68, 68, 68, 0.67);
  font-weight: 500;
}

.comment_form.map_form .map_text .contect_info .contant-text ul li:nth-child(4) {
  margin-bottom: 0;
}

.comment_form.map_form .map_text .contect_info .contant-text ul li i {
  margin-right: 10px;
}

.comment_form.map_form .center {
  padding: 0;
}

.comment_form.map_form .center .contect_form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.comment_form.map_form .center .contect_form .full_form {
  width: 100%;
  padding: 90px;
  background-color: white;
}

.comment_form.map_form .center .contect_form .full_form h3 {
  font-weight: 500;
}

.comment_form.map_form .center .contect_form .full_form .comment-form .form-field {
  padding: 0 20px;
  margin: 30px 0;
}

.comment_form.map_form .center .contect_form .full_form .comment-form .input-text {
  background-color: white;
}

.comment_form.map_form .center .contect_form .full_form .comment-form .comment_btn {
  margin-top: 25px;
  display: unset;
  justify-content: unset;
}

.comment_form.map_form .center .contect_form .full_form .comment-form .comment_btn .con_btn {
  margin-top: 20px;
}

.compare-page .table-wrapper {
  padding-bottom: 0;
}

.compare-page .table-wrapper .table {
  border: 1px solid #eeeeee;
  text-transform: capitalize;
  color: #000;
}

.compare-page .table-wrapper .table .featured-image {
  width: 185px;
}

.compare-page .table-wrapper .table thead .th-compare td {
  font-size: 14px;
  font-weight: 700;
  background: #f8f8f8;
  border-right: 1px solid #eee;
  padding-left: 15px;
}

.compare-page .table-wrapper .table thead .th-compare th {
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding-left: 15px;
}

.compare-page .table-wrapper .table thead .th-compare th .remove-compare {
  float: left;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.compare-page .table-wrapper .table tbody tr th {
  background: #f8f8f8;
}

.compare-page .table-wrapper .table tbody tr td {
  border-right: 1px solid #eee;
  position: relative;
}

.compare-page .table-wrapper .table tbody tr th,
.compare-page .table-wrapper .table tbody tr td {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

.compare-page .table-wrapper .table tbody tr .grid-link__title {
  font-size: 15px;
}

.compare-page .table-wrapper .table tbody tr .product_price {
  margin: 15px 0;
}

.compare-page .table-wrapper .table tbody tr .product_price span.money {
  padding-left: 5px;
}

.compare-page .table-wrapper .table tbody tr p {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

.compare-page .table-wrapper .table tbody tr .add-to-cart,
.compare-page .table-wrapper .table tbody tr .select-option-cls {
  padding: 6px 10px;
}

.compare-page .btn {
  padding: 7px 15px;
  font-size: 12px;
}

.comment_form_sec label {
  margin-bottom: 10px;
}

/*************************
      compare start
      *************************/
.compare-section .item {
  position: relative;
  border: 1px solid #dddddd;
  border-left: none;
}

.compare-section .item:first-child {
  border-left: 1px solid #dddddd;
}

.compare-section .item .close-btn {
  background-color: transparent;
  border: none;
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

.compare-section .item .img-secton {
  padding: 0 15px 15px;
}

.compare-section .item .img-secton img {
  width: 50%;
  margin: 0 auto;
  padding-top: 25px;
}

.compare-section .item .img-secton a h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: 10px;
}

.compare-section .item .img-secton h5 {
  margin-bottom: 0;
  line-height: 1.2;
}

.compare-section .item .detail-part .title-detail {
  background-color: #f7f7f7;
  padding: 8px 10px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.compare-section .item .detail-part .title-detail h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}

.compare-section .item .detail-part .inner-detail {
  padding: 15px;
}

.compare-section .item .detail-part .inner-detail p {
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.compare-section .item .btn-part {
  padding: 15px;
  border-top: 1px solid #dddddd;
}

.compare-section .item .btn-part .btn-solid,
.compare-section .item .btn-part .btn-outline {
  padding: 5px 10px;
}

.compare-section .slick-slide>div {
  border: 1px solid #dddddd;
  border-left: none;
}

.compare-section .slick-slide:first-child {
  border-left: 1px solid #dddddd;
}

.cart-section .btn-default,
.wishlist-section .btn-default {
  border-radius: 0;
}

.cart-section .table tbody+tbody,
.wishlist-section .table tbody+tbody {
  border-top: none;
}

.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
  padding-top: 35px;
}

.cart-section .cart-buttons>div:last-child,
.wishlist-section .cart-buttons>div:last-child {
  text-align: right;
  padding-right: 59px;
}

.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
  padding-top: 35px;
  text-align: right;
}

.cart-section .wishlist-buttons:last-child a,
.wishlist-section .wishlist-buttons:last-child a {
  margin-left: 15px;
}

.cart-section .cart-table,
.wishlist-section .cart-table {
  overflow: hidden;
  margin-bottom: 0;
}

.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
  border-bottom-width: 1px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 0;
  text-align: center;
  padding: 0 0.75rem 0.75rem 0.75rem;
}

.cart-section tbody h2,
.wishlist-section tbody h2 {
  margin-bottom: 0;
}

.cart-section tbody tr td,
.wishlist-section tbody tr td {
  min-width: 210px;
  vertical-align: middle;
  color: #808080;
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}

.cart-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td a,
.wishlist-section tbody tr td p {
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  letter-spacing: 0;
}

.cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
  height: 90px;
}

.cart-section tbody tr td .td-color,
.wishlist-section tbody tr td .td-color {
  color: #000;
}

.cart-section tbody tr td h2,
.wishlist-section tbody tr td h2 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

.cart-section tbody tr td .mobile-cart-content,
.wishlist-section tbody tr td .mobile-cart-content {
  display: none;
  justify-content: center;
  margin-top: 10px;
}

.cart-section tbody tr td .mobile-cart-content .qty-box,
.wishlist-section tbody tr td .mobile-cart-content .qty-box {
  border-radius: 5px;
}

.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
.wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
  width: 48px;
  padding: 6px;
  border-radius: 0;
}

.cart-section tbody tr td .mobile-cart-content .col-xs-3,
.wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
}

.cart-section tbody tr td .mobile-cart-content h2,
.wishlist-section tbody tr td .mobile-cart-content h2 {
  font-size: 20px;
}

.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
  padding-top: 35px;
  text-align: right;
}

.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: right;
  border: none;
  padding-right: 63px;
}

.cart-section tfoot tr td h2,
.wishlist-section tfoot tr td h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
  width: 85%;
  font-size: 15px;
  padding-right: 10px;
  text-transform: capitalize;
  font-weight: 700;
}

.checkout-page .form-group input {
  width: unset;
}

.checkout-page .checkout-title {
  margin-bottom: 25px;
}

.checkout-page .checkout-title h3 {
  color: #000;
  font-weight: 700;
}

.checkout-page .checkout-form .checkout-details {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  padding: 40px;
}

.checkout-page .checkout-form .check-out .form-group:last-child {
  margin-bottom: -5px;
}

.checkout-page .checkout-form .check-out .form-group:last-child label {
  margin-bottom: -5px;
}

.checkout-page .checkout-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.checkout-page .checkout-form .form-group h3 {
  color: #808080;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}

.checkout-page .checkout-form .form-group .field-label {
  line-height: 24px;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 500;
}

.checkout-page .checkout-form .form-group .field-label span {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
  color: #000;
  font-weight: 600;
}

.checkout-page .checkout-form .form-group label {
  color: #808080;
}

.checkout-page .checkout-form select {
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: url("../images/inner-page/dropdown.png") no-repeat 95%;
}

.checkout-page .checkout-form input[type="text"],
.checkout-page .checkout-form input[type="email"],
.checkout-page .checkout-form input[type="password"],
.checkout-page .checkout-form input[type="tel"],
.checkout-page .checkout-form input[type="number"],
.checkout-page .checkout-form input[type="url"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd;
}

.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd;
}

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}

.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  color: #808080;
}

.checkout-page .lower-content {
  margin-top: 30px;
}

.checkout-page .lower-content .order-column {
  margin-bottom: 40px;
}

.order-box {
  position: relative;
  margin-bottom: 50px;
}

.order-box .title-box {
  position: relative;
  padding-bottom: 25px;
  color: #000;
  font-weight: 600;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
  border-bottom: 1px solid #eceaea;
  margin-bottom: 20px;
}

.order-box .title-box span {
  position: relative;
  width: 35%;
  float: right;
  line-height: 1.2em;
}

.order-box .qty {
  position: relative;
  border-bottom: 1px solid #eceaea;
  margin-bottom: 30px;
}

.order-box .qty li {
  position: relative;
  display: block;
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
  color: #808080;
  line-height: 20px;
  margin-bottom: 20px;
}

.order-box .qty li span {
  float: right;
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
  line-height: 20px;
  color: #000;
  font-weight: 400;
  width: 35%;
}

.order-box .sub-total {
  position: relative;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.order-box .sub-total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.order-box .sub-total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  width: 35%;
  float: right;
}

.order-box .sub-total .shopping-option label {
  position: relative;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
  line-height: 32px;
  padding-left: 10px;
  color: #808080;
  font-weight: 500;
}

.order-box .sub-total .shipping {
  width: 35%;
  float: right;
}

.order-box .total {
  position: relative;
  margin-bottom: 40px;
}

.order-box .total li {
  position: relative;
  display: block;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
}

.order-box .total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}

.order-box .total li span {
  float: right;
  font-size: 15px;
  line-height: 20px;
  color: #808080;
  font-weight: 400;
  width: 35%;
  display: block;
}

.payment-box {
  position: relative;
}

.payment-box .upper-box {
  position: relative;
}

.payment-box .payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}

.payment-box .payment-options li {
  display: flex;
  margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
  position: relative;
}

.payment-box .payment-options li .radio-option label {
  position: relative;
  padding-left: 30px;
  text-transform: capitalize;
  color: #808080;
  cursor: pointer;
  font-weight: 500;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
  line-height: 20px;
  margin-bottom: 0;
}

.payment-box .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0;
  top: 5px;
}

.payment-box .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #666666;
  margin-top: 10px;
}

.payment-box .payment-options li .radio-option label img {
  position: relative;
  display: block;
  max-width: 100%;
  margin-left: -30px;
  margin-top: 5px;
}

.compare-part .btn-part .primary-btn {
  padding: 8px 20px;
  font-size: 13px;
}

/*************************
      compare Ends
      *************************/
/*************************
      category Start
      *************************/ 

.color-selector ul li {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid #808080;
}

.color-selector ul .color-1 {
  background-color: #fff;
}

.color-selector ul .color-2 {
  background-color: #f3e5e4;
}

.color-selector ul .color-3 {
  background-color: #d5d5ec;
}

.color-selector ul .color-4 {
  background-color: #bcecf7;
}

.color-selector ul .color-5 {
  background-color: #fff2cf;
}

.color-selector ul .color-6 {
  background-color: #ffcfcf;
}

.color-selector ul .color-7 {
  background-color: #d1d1d1;
}

.color-selector ul li.active {
  border: 1px solid #000;
  position: relative;
}

.color-selector ul li.active:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
  top: 10px;
  right: 4px;
  height: 15px;
  width: 15px;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
}

.theme-card {
  position: relative;
}

.theme-card.center-align {
  display: flex;
  height: 100%;
  align-items: center;
}

.theme-card.card-border {
  border: 1px solid #dddddd;
}

.theme-card.card-border h5 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-top: 0;
}

.theme-card.card-border .slick-prev,
.theme-card.card-border .slick-next {
  top: -45px;
}

.theme-card.card-border .slick-next {
  right: 30px;
}

.theme-card.card-border .slick-prev {
  right: 50px;
}

.theme-card.card-border .offer-slider {
  padding-top: 0;
  padding-bottom: 10px;
}

.theme-card.card-border .offer-slider img {
  padding: 15px 15px 15px 30px;
}

.theme-card.card-border .offer-slider .media .media-body a h6 {
  margin-right: 25px;
}

.theme-card h5 {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: -5px;
}

.theme-card h5.title-border {
  border-bottom: 1px solid #dddddd;
}

.theme-card .slick-prev,
.theme-card .slick-next {
  top: -35px;
}

.theme-card .slick-prev:before,
.theme-card .slick-next:before {
  font: normal normal normal 30px/1 FontAwesome;
  color: #000;
  opacity: 0.6;
}

.theme-card .slick-next {
  right: 0;
}

.theme-card .slick-next:before {
  content: "\f105";
}

.theme-card .slick-prev {
  left: unset;
  right: 25px;
}

.theme-card .slick-prev:before {
  content: "\f104";
}

.theme-card .offer-slider img {
  height: 160px;
  padding: 15px 15px 15px 0;
}

.theme-card .offer-slider>div .media:last-child .media-body {
  margin-top: 15px;
}

.theme-card .offer-slider>div .media:last-child img {
  margin-bottom: -15px;
}

.theme-card .offer-slider .media .media-body .rating {
  margin-top: 0;
}

.theme-card .offer-slider .media .media-body .rating i {
  padding-right: 5px;
}

.theme-card .offer-slider .media .media-body .rating i:nth-child(-n + 4) {
  color: #ffa200;
}

.theme-card .offer-slider .media .media-body .rating i:last-child {
  color: #dddddd;
}

.theme-card .offer-slider .media .media-body a h6 {
  margin-right: 61px;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 0;
}

.theme-card .offer-slider .media .media-body h4 {
  margin-top: 10px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
 
.top-banner-wrapper .top-banner-content {
  padding: 50px 0;
}

.top-banner-wrapper .top-banner-content h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.top-banner-wrapper .top-banner-content h5 {
  font-weight: 600;
  color: #444444;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.top-banner-wrapper .top-banner-content p {
  line-height: 1.5;
  color: #777777;
  margin-bottom: 0;
}

.top-banner-wrapper .img-fluid {
  width: 100% !important;
}

.bundle {
  margin-top: 10px;
}

.bundle .bundle_img {
  display: flex;
}

.bundle .bundle_img .img-box img {
  max-width: 115px;
  border: 1px solid #ddd;
  padding: 2px;
}

.bundle .bundle_img .plus {
  display: flex;
  align-items: center;
  padding: 0 7px;
  font-size: 22px;
}

.bundle .bundle_detail {
  margin-top: 15px;
}

.bundle .bundle_detail .price_product {
  color: #000;
  padding-left: 3px;
  font-weight: 700;
}

.bundle .bundle_detail label {
  display: block;
}

.bundle .theme_checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  text-transform: capitalize;
  color: #000;
}

.bundle .theme_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bundle .theme_checkbox label input:checked~.checkmark:after {
  display: block;
}

.bundle .theme_checkbox label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #dddddd;
}

.bundle .theme_checkbox label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.image-swatch {
  margin-bottom: 10px;
}

.image-swatch li img {
  width: 33px;
  height: 33px;
  padding: 2px;
  border: 1px solid #dddddd;
  margin-right: 5px;
  transition: all 0.5s ease;
}

.image-swatch li:last-child {
  margin-right: 0;
}

.image-swatch li.active img {
  border: 1px solid #000;
}

.image-swatch li:hover img {
  border: 1px solid #000;
  transition: all 0.5s ease;
}

.image-scroll div>div {
  padding-bottom: 20px;
}

.qty-box .input-group {
  justify-content: center;
}

.qty-box .input-group span button {
  background: #fff !important;
  border: 1px solid #ced4da;
}

.qty-box .input-group .form-control {
  text-align: center;
  width: 80px;
  flex: unset;
}

.qty-box .input-group button {
  background-color: transparent;
  border: 0;
  color: #808080;
  cursor: pointer;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  height: 100%;
}

.qty-box .input-group button i {
  font-weight: 900;
  color: #000;
}

.qty-box .input-group .icon {
  padding-right: 0;
}

.bg-light0 {
  background-color: #d0edff;
}

.bg-light1 {
  background-color: #f1e7e6;
}

.bg-light2 {
  background-color: #bfbfbf;
}

.team-sec .container {
  margin-bottom: -30px;
}

.team-sec .container .speker-container {
  margin-bottom: 30px;
}

.team-sec .container .speker-container .e-name {
  margin-bottom: 15px !important;
}

.team-sec.team-grid .team-img {
  flex: none;
  margin-bottom: 0 !important;
}

.team-sec.team-grid .employee {
  padding: 20px;
  text-align: left !important;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-sec.team-grid .employee {
  background: white;
  box-shadow: 1px 0 15px 2px #f3f3f3;
}

.team-sec.team-grid .e-name {
  margin-bottom: 15px;
}

.team-sec.team-grid .team-para {
  margin-top: 25px;
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 0;
}

.load-more-sec {
  margin-top: 40px;
  text-align: center;
}

.load-more-sec a {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: 100%;
  color: #000;
}
.rating {
  margin-top: 0;
}

.rating i {
  padding-right: 5px;
}

.rating i:nth-child(-n + 4) {
  color: #ffa200;
}

.rating i:last-child {
  color: #dddddd;
}

.rating .three-star {
  padding-bottom: 5px;
}

.rating .three-star i {
  color: #acacac;
}

.rating .three-star i:nth-child(-n + 3) {
  color: #ffd200;
}


/*************************
      category ends
      *************************/
/*************************
      Typography Start
      *************************/

.typography_section .typography-box {
  margin-bottom: 30px;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
}

.typography_section .typography-box p {
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 22px;
  font-size: 14px;
  color: #757575;
}

.typography_section .typography-box dl dt {
  margin-bottom: 6px;
}

.typography_section .typography-box dl dd {
  margin-bottom: 15px;
}

.typography_section .typography-box .headings {
  border-bottom: 1px solid #f1f1f1;
  background-color: rgba(247, 247, 247, 0.5);
  padding: 20px;
  margin-bottom: 0;
}

.typography_section .typography-box .headings h3 {
  text-transform: capitalize;
  color: #2d2d2d;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}

.typography_section .typography-box .headings span {
  display: block;
  color: #808080;
  margin-top: 5px;
}

.typography_section .typography-box .headings span h1 {
  margin-top: 0;
}

.typography_section .typography-box .headings span code {
  color: #808080;
}

.typography_section .typography-box .typo-content {
  padding: 15px;
}

.typography_section .typography-box .typo-content h1 {
  margin-top: 0;
}

.typography_section .typography-box .typo-content.lists ul {
  margin-bottom: 25px;
}

.typography_section .typography-box .typo-content.heading_content h1,
.typography_section .typography-box .typo-content.heading_content h2,
.typography_section .typography-box .typo-content.heading_content h3,
.typography_section .typography-box .typo-content.heading_content h4,
.typography_section .typography-box .typo-content.heading_content h5,
.typography_section .typography-box .typo-content.heading_content h6 {
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

.typography_section .typography-box .typo-content ul li,
.typography_section .typography-box .typo-content ol li {
  margin-bottom: 8px;
}

.typography_section .typography-box .typo-content .sub-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
}

.typography_section .typography-box .typo-content.input_button input {
  margin-bottom: 10px;
}

.typography_section .typography-box .typo-content.input_button label {
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 5px;
}

.typography_section .typography-box .typo-content.loader-typo {
  width: 100%;
  justify-content: center;
  display: flex;
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 0 solid white;
  transform: translate(-50%, -50%);
  animation: loading 1000ms ease-out forwards infinite;
  transition: all 0.3s ease;
}

.typography_section .typography-box .typo-content .footer-social {
  margin-top: 0;
  justify-content: center;
}

.typography_section .typography-box:last-child {
  margin-bottom: 0;
}

.typography_section .typography-box .blockquote-footer {
  margin-top: 0;
}

.typography_section code {
  color: rgba(0, 0, 0, 0.6);
  background-color: #f7f7f7;
  padding: 3px;
  margin: 0 3px;
  border-radius: 2px;
}

.login-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin-top: -5px;
}

.login-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1;
}

.login-page .theme-card .theme-form label {
  text-transform: capitalize;
  color: #000;
  padding-bottom: 10px;
}

.login-page .theme-card .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.login-page .authentication-right {
  height: calc(100% - 48px);
}

.login-page .authentication-right h6 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

.login-page .authentication-right p {
  font-size: 14px;
  color: #808080;
  line-height: 2;
  margin-bottom: 1rem;
}

.bg-light-inner {
  background: #f8f8f8 !important;
}

.bg-gradient-color {
  background: linear-gradient(#000, #252525);
}

/*************************
      Typography ends
      *************************/
/*************************
      register Start
      *************************/
.register-page .text-sub {
  margin-bottom: 15px;
}

.register-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin-top: -5px;
}

.register-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1;
}

.register-page .theme-card .theme-form label {
  text-transform: capitalize;
  padding-bottom: 10px;
}

.register-page .theme-card .theme-form input,
.register-page .theme-card .theme-form textarea {
  border: 1px solid;
  border-color: #dddddd;
  font-size: 12px;
  padding: 15px 25px;
  margin-bottom: 30px;
  height: inherit;
  background: #fff;
  border-radius: 0;
}

.register-page .theme-card .theme-form::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #495057;
}

.register-page .theme-card .theme-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #495057;
}

.register-page .theme-card .theme-form:-ms-input-placeholder {
  /* IE 10+ */
  color: #495057;
}

.register-page .theme-card .theme-form:-moz-placeholder {
  /* Firefox 18- */
  color: #495057;
}

.alert-section .card {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: 0;
}

.alert-section .card .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 30px 20px;
  background: #fff;
}

.alert-section .card .card-header .card-head {
  margin-top: 0;
}

.alert-section .card .card-body .alert.outline {
  background-color: transparent !important;
}

.alert-section .card .card-body .alert.outline.alert-primary {
  border-color: #004085;
  color: #004085;
}

.alert-section .card .card-body .alert.outline.alert-secondary {
  border-color: #383d41;
  color: #383d41;
}

.alert-section .card .card-body .alert.outline.alert-success {
  border-color: #155724;
  color: #155724;
}

.alert-section .card .card-body .alert.outline.alert-info {
  border-color: #0c5460;
  color: #0c5460;
}

.alert-section .card .card-body .alert.outline.alert-warning {
  border-color: #856404;
  color: #856404;
}

.alert-section .card .card-body .alert.outline.alert-danger {
  border-color: #721c24;
  color: #721c24;
}

.alert-section .card .card-body .alert.outline.alert-dark {
  border-color: #1b1e21;
  color: #1b1e21;
}

.alert-section .card .card-body .alert a {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.saas1.according .text-sub {
  margin-bottom: 20px;
}

.saas1 .client-box .saas-brand .owl-item img {
  max-width: 100px;
  margin: 0 auto;
}

.saas1.client {
  padding: 50px 0;
  overflow: hidden;
}


.shadow-section .shadow-showcase .shadow-font {
  font-weight: 500;
}

.btn-section .margin-buttons {
  margin-bottom: -15px;
}

.btn-section .btn-default {
  margin-right: 12px;
  margin-bottom: 15px;
}

.btn-section .btn-default.primary-btn.secondary {
  background: #000;
}

.btn-section .btn-default.primary-btn.secondary:hover {
  background: transparent;
  color: #000 !important;
  border-color: #000;
}

.btn-section .btn-default.primary-btn.secondary.btn-white {
  color: #000 !important;
  border-color: #000 !important;
  background: #fff;
}

.btn-section .btn-default.primary-btn.secondary.btn-white:hover {
  color: #fff !important;
  background: #000;
}

.btn-section .btn-default.primary-btn.success {
  background: #35b53e;
}

.btn-section .btn-default.primary-btn.success:hover {
  background: transparent;
  color: #35b53e !important;
  border-color: #35b53e;
}

.btn-section .btn-default.primary-btn.success.btn-white {
  color: #35b53e !important;
  border-color: #35b53e !important;
  background: #fff;
}

.btn-section .btn-default.primary-btn.success.btn-white:hover {
  color: #fff !important;
  background: #35b53e;
}

.btn-section .btn-default.primary-btn.info {
  background: #357fef;
}

.btn-section .btn-default.primary-btn.info:hover {
  background: transparent;
  color: #357fef !important;
  border-color: #357fef;
}

.btn-section .btn-default.primary-btn.info.btn-white {
  color: #357fef !important;
  border-color: #357fef !important;
  background: #fff;
}

.btn-section .btn-default.primary-btn.info.btn-white:hover {
  color: #fff !important;
  background: #357fef;
}

.btn-section .btn-default.primary-btn.warning {
  background: #c0882f;
}

.btn-section .btn-default.primary-btn.warning:hover {
  background: transparent;
  color: #c0882f !important;
  border-color: #c0882f;
}

.btn-section .btn-default.primary-btn.warning.btn-white {
  color: #c0882f !important;
  border-color: #c0882f !important;
  background: #fff;
}

.btn-section .btn-default.primary-btn.warning.btn-white:hover {
  color: #fff !important;
  background: #c0882f;
}

.btn-section .btn-default.primary-btn.danger {
  background: #e3154f;
}

.btn-section .btn-default.primary-btn.danger:hover {
  background: transparent;
  color: #e3154f !important;
  border-color: #e3154f;
}

.btn-section .btn-default.primary-btn.danger.btn-white {
  color: #e3154f !important;
  border-color: #e3154f !important;
  background: #fff;
}

.btn-section .btn-default.primary-btn.danger.btn-white:hover {
  color: #fff !important;
  background: #e3154f;
}

.btn-section .btn-default.primary-btn.light {
  background: #ECC878;
}

.btn-section .btn-default.primary-btn.light:hover {
  background: transparent;
  color: #ECC878 !important;
  border-color: #ECC878;
}

.btn-section .btn-default.primary-btn.light.btn-white {
  color: #ECC878 !important;
  border-color: #ECC878 !important;
  background: #fff;
}

.btn-section .btn-default.primary-btn.light.btn-white:hover {
  color: #fff !important;
  background: #ECC878;
}

.borders-before span.white-border:before {
  border-color: #fff !important;
}

.title.title2.title-inner .borders span.white-border:before,
.title.title2.title-inner .borders span.white-border:after {
  border-color: #fff;
}

.title.title2.title-inner .borders span:before,
.title.title2.title-inner .borders span:after {
  border-color: #000;
  opacity: 0.6;
}

.side-section {
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 400px;
  background: #fff;
  display: none;
  z-index: 608;
  box-shadow: 0 3px 15px 3px rgba(46, 97, 220, 0.35);
  overflow-Y: scroll;
}

.parallex-section .parallex-container {
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.vertical-slider .prtfolio-full-screen img {
  width: 100vw;
  height: 100vh;
}

.vertical-slider .dot {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.vertical-slider .dot>li {
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
}

.vertical-slider .dot>li.my-active-class,
.vertical-slider .dot>li:hover {
  background-color: #fff;
}

.multiple-carousel,
.center-slide {
  height: 100vh;
}

.multiple-carousel .imgs-carousel,
.center-slide .imgs-carousel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.multiple-carousel .imgs-carousel:before,
.center-slide .imgs-carousel:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.5s;
}

.multiple-carousel .text-container .overlay-text,
.multiple-carousel .text-container .right-side,
.center-slide .text-container .overlay-text,
.center-slide .text-container .right-side {
  opacity: 0;
  transition: 0.5s;
}

.multiple-carousel .text-container .overlay-text,
.center-slide .text-container .overlay-text {
  font-size: 26px;
  margin-bottom: 10px;
  transform: translateX(-50%);
}

.multiple-carousel .text-container .right-side,
.center-slide .text-container .right-side {
  padding: 0 20px;
  transform: translateX(50%);
  color: #b1b1b1;
}

.multiple-carousel .owl-item,
.center-slide .owl-item {
  overflow: hidden;
}

.multiple-carousel .owl-item.center .imgs-carousel:before,
.center-slide .owl-item.center .imgs-carousel:before {
  opacity: 1;
  transition: 0.5s;
}

.multiple-carousel .owl-item.center .text-container .overlay-text,
.multiple-carousel .owl-item.center .text-container .right-side,
.center-slide .owl-item.center .text-container .overlay-text,
.center-slide .owl-item.center .text-container .right-side {
  transition: 0.5s;
  transform: unset;
  opacity: 1;
}

.multiple-carousel .owl-item:hover .imgs-carousel:before {
  opacity: 1;
  transition: 0.5s;
}

.multiple-carousel .owl-item:hover .text-container .overlay-text,
.multiple-carousel .owl-item:hover .text-container .right-side {
  transition: 0.5s;
  transform: unset;
  opacity: 1;
}

.maintenance-sec {
  background: url("../images/inner-page/maintain-soon/bg-maintenance.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100vh;
}

.maintenance-sec .maintenance-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.maintenance-sec .maintenance-container h1,
.maintenance-sec .maintenance-container h2,
.maintenance-sec .maintenance-container h4 {
  color: #fff;
}

.maintenance-sec .maintenance-container h1 {
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 80px;
  margin-top: 0;
}

.maintenance-sec .maintenance-container .borders {
  border-bottom: 0.5px solid #fff;
  margin: 0 auto;
}

.maintenance-sec .maintenance-container .borders.b1 {
  width: 220px;
}

.maintenance-sec .maintenance-container .borders.b2 {
  width: 180px;
}

.maintenance-sec .maintenance-container .borders.b3 {
  width: 150px;
}

.maintenance-sec .maintenance-container .borders.b4 {
  width: 130px;
}

.maintenance-sec .maintenance-container h2 {
  margin-top: 10px;
}

.maintenance-sec .social ul li{
  display: inline-block;
  padding: 5px 8px;
  margin-left: 10px;
  background-color: #000;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.maintenance-sec .social ul li a i{
  color: #fff;
  font-size: 20px;
  opacity: 0.7;
  transition: 0.5s;
}

.maintenance-sec .social ul li:hover a input{
  opacity: 1;
  transition: 0.5s;
}

.maintenance-sec .center-content .form-group{
  width: 60%;
}

.maintenance-sec .center-content .form-group .d-flex{
  align-items: center;
}

.maintenance-sec .center-content .form-group input{
  border-radius: 25px;
  padding: 15px 25px;
}

.maintenance-sec .center-content button {
  border-radius: 35px;
  margin-left: -50px;
}

.bg-background-fade {
  transition: all 500ms;
  background: #ef6767;
}

.creative-content {
  background: url("../images/creative/1.png");
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: bottom;
}

.creative body,
.creative h1,
.creative h2,
.creative h3,
.creative h4,
.creative h5,
.creative h6,
.creative p,
.creative li,
.creative a {
  font-family: 'Work Sans', sans-serif;
}

.creative h1 {
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.creative hr {
  margin-bottom: 20px;
  background: #fff;
}

.creative h6 {
  margin: 0;
}

.creative .center-header {
  font-size: calc(18px + (40 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 20px;
}

.creative .agency-para {
  padding: 0 50px;
  margin: 0 50px;
}

.creative .btn-default {
  padding: 10px 36px;
}

.creative .sub-texts {
  color: #fff;
}

.creative .title.title2 .borders span:before,
.creative .title.title2 .borders span:after {
  border-top: 1px solid #f5f5f8;
  width: 40px;
}

.animated-bg i {
	background: #dddddd;
	bottom: 68px;
	box-shadow: 0 15px 30px 0 #dddddd;
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	opacity: 0.3;
	transform: scale(1.3);
	animation: ripple1 3s linear infinite;
}

.animated-bg i:nth-child(2) {
  animation: ripple2 3s linear infinite;
}

.animated-bg i:nth-child(3) {
  animation: ripple3 3s linear infinite;
}

@keyframes ripple1 {
  0% {
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    transform: scale(8.5);
    opacity: 0.0;
  }
}

@keyframes ripple2 {
  0% {
    transform: scale(3.5);
  }

  100% {
    transform: scale(5.5);
  }
}

@keyframes ripple3 {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(3.5);
  }
}


/*************************
      Footer start
      *************************/
footer.app2 h5 {
  color: #fff;
  padding-bottom: 55px;
}

footer.saas1 h5 {
  color: #fff;
  padding-bottom: 55px;
  margin-bottom: unset;
}

.inner-pages-footer.resume .link-horizontal.social-link {
  margin-bottom: -5px;
  margin-top: 20px;
}

.blog-sidebar .sidebar-container .post-container:last-child {
  margin-bottom: 0;
}

.form-control:focus {
  box-shadow: none;
  background-color: #f5f5f8;
}

.color-animated {
  animation: color-change 1s infinite;
  color: #000;
  margin-left: 10px;
}

@keyframes color-change {
  0% {
    color: #000;
  }

  50% {
    color: #e3154f;
  }

  100% {
    color: #252525;
  }
}

.menu-container .menu-icon {
  position: absolute;
}

.menu-container .menu-icon li a {
  padding-left: 22px;
}

.menu-container .menu-icon li a:before {
  display: none;
}

.menu-container .menu-icon li a i {
  position: absolute;
  left: 0;
}

.menu-container li a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 1px;
  background-color: black;
  left: 0;
  top: 50%;
}

.breadcrumb-section .breadcrumb {
  margin-bottom: -2px;
}

.blog-contain:hover {
  box-shadow: 1px 1px 10px 1px #eee;
}

.slider-nav .slick-slide>div,
.slider-right-nav .slick-slide>div {
  display: flex;
  margin: 15px 15px 0 15px;
  border: 1px solid #dddddd;
  transition: all 0.5s ease;
}

.slider-nav .slick-slide.slick-current>div,
.slider-right-nav .slick-slide.slick-current>div {
  border-color: #aaaaaa;
  transition: all 0.5s ease;
}

.slider-nav .slick-slide.slick-active,
.slider-right-nav .slick-slide.slick-active {
  transition: all 0.5s ease;
}

.slider-right-nav .slick-slide:first-child>div {
  margin-top: 0;
}

.pro_sticky_info {
  border: 1px solid #dddddd;
  padding: 20px;
}

.is_stuck {
  margin-top: 80px;
}

.image-scroll div>div {
  padding-bottom: 20px;
}

.image-scroll div>div:last-child {
  padding: 0;
}

.rating {
  margin-top: 0;
}

.rating i {
  padding-right: 5px;
}

.rating i:nth-child(-n + 4) {
  color: #ffa200;
}

.rating i:last-child {
  color: #dddddd;
}

.rating .three-star {
  padding-bottom: 5px;
}

.rating .three-star i {
  color: #acacac;
}

.rating .three-star i:nth-child(-n + 3) {
  color: #ffd200;
}

.tab-border {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 8px 0;
}

.tab-border .nav-border {
  border-bottom: 0;
  border-right: 1px solid #dddddd;
}

.load-more-sec {
  margin-top: 40px;
  text-align: center;
}

.load-more-sec a {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  color: #000;
}

.product_image_4>div:nth-last-child(-n + 2) {
  margin-top: 25px;
}

.btn-app1-theme {
  border: transparent !important;
  position: relative !important;
  background-image: linear-gradient(to right, #171717, #444444, #444444, #171717) !important;
  transition: all .4s ease-in-out !important;
  background-size: 300% 100% !important;
}

.saas1-btn {
  border: 2px solid #071828 !important;
  color: #071828 !important;
}

.saas1-btn:hover {
  background-color: #071828 !important;
  color: #fff !important;
}

.saas2-btn {
  border: transparent !important;
  position: relative !important;
  background-color: #5E57EA !important;
  background-image: linear-gradient(to right, #9647DB, #5E57EA, #5E57EA, #9647DB) !important;
  transition: all .4s ease-in-out !important;
  background-size: 300% 100% !important;
}


.app1 .title .main-title h2 {
  line-height: 0.9;
}
 
.bg-shadow-top-bottom {
  box-shadow: inset 0 70px 75px -15px rgba(0, 0, 0, 0.8), inset 0 -70px 75px -15px rgba(0, 0, 0, 0.8);
}

.bg-shadow-top {
  box-shadow: inset 0px -70px 90px -44px #000;
}

.bg-unset {
  background: unset !important;
}

.about-page {
  background-color: #f8f8f8;
}


/*************************
      Footer ends
      *************************/
/*************************
      compare start
      *************************/

.bg-decore {
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  animation: 10s linear 0s normal none infinite animate;
}

.modal1 .modal-bg {
  height: 350px;
}

.modal1 p {
  padding-top: 10px;
}

.modal1 .form-group input {
  padding: 12px 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.modal1 .offer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
  text-align: center;
}

.modal1 .offer-content>div {
  padding: 30px;
}

.modal1 .close {
  position: absolute;
  top: 10px;
  right: 30px;
  background-color: transparent;
  border: none;
  font-size: 24px;
}

@keyframes animate {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 500px;
  }
}

.down-banner {
  padding-top: 0 !important;
}

.down-banner>.container {
  position: relative;
}

.down-banner .banner-contain {
  margin-left: 50px;
}

.down-banner .banner-contain .btn-default {
  padding: 8px 21px;
  font-size: 13px;
}

.down-banner .small-banner {
  height: 250px;
}

.down-banner .banner-contain {
  position: absolute;
  height: 100%;
  max-width: 50%;
  top: 0;
  display: flex;
  align-items: center;
}

.parallax-banner {
  padding: 0 !important;
}

.parallax-banner .full-banner {
  height: 500px;
  background-attachment: fixed;
}

.parallax-banner .banner-contain {
  position: absolute;
  height: 100%;
  max-width: 25%;
  top: 0;
  left: 15%;
  display: flex;
  align-items: center;
}

.parallax-banner .banner-contain h2 {
  margin-bottom: 30px;
}

.parallax-banner .banner-contain .btn-default {
  padding: 8px 21px;
  font-size: 13px;
}

.theme-pannel-main {
  background-color: #fff;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 9;
  padding: 0 5px;
  box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2);
}

.theme-pannel-main ul li {
  display: flex;
  padding: 10px 12px;
  border-bottom: 1px solid #dadada;
  justify-content: center;
}

.theme-pannel-main ul li span {
  padding: 0;
  text-transform: uppercase;
  color: #949494;
  font-weight: 700;
}

.theme-pannel-main ul li a {
  padding: 0;
}

.theme-pannel-main ul li a:focus {
  box-shadow: none;
}

.theme-pannel-main ul li:last-child {
  border-bottom: 0;
}

/**** Dark LAYOUT SECTION **/


/**=====================
     63. Responsive CSS Start
  ==========================**/
@media only screen and (max-width: 1600px) {
  .about.app1 .mobile {
    right: 6%;
  }

  .about.app1 .mobile.mobile-img .mobile-screen {
    height: 750px;
  }

  .agency .girl-boy {
    right: 8%;
  }

  .sponsor div .sponsor-img .overlay-box {
    width: 100%;
  }

  .saas2 .set-center-div {
    min-height: 525px;
  }

  .saas2 .set-center-div .side-img {
    right: -14%;
  }

  .saas2 .set-center-div .side-img img {
    height: 525px;
  }
}

@media (min-width: 1470px) {

  .menu-set {
    right: unset !important;
  }
}


@media (max-width: 1430px) {
  .cart-section .cart-buttons>div:last-child {
    padding-right: 38px;
  }

  .cart-section tbody tr td {
    min-width: 175px;
  }

  .cart-section tbody tr td .qty-box .input-group .form-control {
    width: 75px;
  }

  .cart-section tfoot tr td {
    padding-right: 41px;
  }

  .cart-section .cart-buttons>div:last-child {
    padding-right: 38px;
  }

  .cart-section tbody tr td {
    min-width: 175px;
  }

  .cart-section tbody tr td .qty-box .input-group .form-control {
    width: 75px;
  }

  .cart-section tfoot tr td {
    padding-right: 41px;
  }

}

@media only screen and (max-width: 1366px) and (min-width: 1200px) {
  .agency.blog .blog-agency .blog-contain .img-container .blog-head {
    margin-bottom: 10px;
  }

  .agency.blog .blog-agency .blog-contain .img-container .blog-info .m-b-20 {
    margin-bottom: 10px !important;
  }
  .brand-slider .saas-brand img {
    padding: 0;
  }

  .saas1.build-bg .container {
    margin-bottom: 1%;
    margin-top: 1%;
  }

  .p-b-160 {
    padding-bottom: 130px;
  }
}

@media only screen and (max-width: 1366px) {
  .saas1 .sync2 .owl-item .item img {
    opacity: 0;
  }

  .saas1 .sync2 .owl-item.active .item img {
    opacity: 1;
  }

  .saas1.build-bg {
    min-height: unset;
  }

  .saas1.build-bg .build-right-slider .work-slide {
    height: unset;
  }

  .section-404 .box_astronaut {
    top: 65%;
    right: 15%;
  }

  .section-404 .object_astronaut {
    width: 130px;
  }

  .section-404 .text-inner {
    margin-top: -48px;
    margin-bottom: -45px;
  }

  .section-404 .object_rocket {
    width: 110px;
  }

  .section-404 .object_earth {
    width: 80px;
  }

  .section-404 .object_moon {
    width: 60px;
  }

  section,
  footer {
    padding: 90px 0;
  }

  .p-t-100 {
    padding-top: 70px !important;
  }

  .p-b-100 {
    padding-bottom: 70px !important;
  }

  .about.app1 .counters .abouts {
    padding: 60px 0;
  }

  .about.app1 .mobile {
    right: 5%;
  }

  .about.app1 .mobile.mobile-img .mobile-screen {
    height: 680px;
  }

  .about.app1 .mobile.rectangle {
    top: -5%;
    right: -4%;
  }

  .about.app1 .mobile.rectangle.r-2 {
    right: -12%;
    top: -5%;
  }

  .about.app1 .mobile.galaxy {
    right: -12%;
  }

  .about.app1 .mobile.galaxy img {
    height: 120px;
  }

  .agency .girl-boy {
    right: 0;
  }

  .agency .icon-collection .about-icon {
    margin: 0;
    margin-bottom: 40px;
  }

  .agency.video .d-inline-block .bg-video {
    width: 60%;
  }


  .app2.quality .set-height {
    min-height: 592px;
  }

  .app2.quality .set-height .mobile2 {
    width: 430px;
    top: -29px;
  }

  .app2.services .service {
    padding: 40px 25px;
  }

  .app2.services .service .service-feature .feature-text {
    margin-bottom: 18px;
  }

  .app2.services .img-block {
    margin-bottom: 25px;
  }

  .app2.services .img-block img {
    height: 45px;
  }

  .saas2 .set-center-div {
    min-height: unset;
  }

  .saas2 .set-center-div .side-img {
    right: 2%;
  }

  .saas2 .set-center-div .side-img img {
    height: 455px;
  }

 
  .blog-page .blog-media .blog-right h4 {
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 5px;
  }

  .blog-page .blog-media .blog-right ul {
    margin-bottom: 10px;
  }

  .blog-page .blog-media .blog-right p {
    line-height: 1.4;
  }

  .pro_sticky_info {
    padding: 10px;
  }

  .is_stuck {
    margin-top: 30px;
  }

  .breadcrumb-section-main {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 1250px) {
  .about.app1 .mobile {
    right: 5%;
  }

  .about.app1 .mobile.mobile-img .mobile-screen {
    height: 650px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .app2.pricing .price-container .feature-icon :before {
    font-size: 45px;
  }

  .app2.pricing .price-container .service-feature {
    padding: 30px 0 30px 0;
  }

  .app2.pricing .price-container .price-feature-container {
    padding: 35px 0 35px 0;
  }

  .screenshot .screen-container img {
    width: 380px;
    height: 580px;
  }

  .screenshot .swiper-container .swiper-wrapper .swiper-slide img {
    height: 455px;
  }
}

@media only screen and (max-width: 1199px) {

  .parallax-banner .banner-contain {
    max-width: 50%;
  }

  .parallax-banner .banner-contain {
    max-width: 50%;
  }

  .parallax-banner .full-banner {
    height: 350px;
    background-attachment: fixed;
  }

  .app2.screenshot .animated-bg i {
    display: none;
  }

  .services .service .img-block {
    margin-bottom: 10px;
  }

  .breadcrumb-section {
    padding: 170px 0;
  }


  .creative .trainers-slider.owl-carousel .owl-stage-outer {
    min-height: 400px !important;
  }

  .m-b-50 {
    margin-bottom: 30px;
  }

  .saas1.howitwork .work-content img {
    width: 50%;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link {
    padding: 0 30px;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link img {
    height: 40px;
  }

  .saas1.build-bg .build-box ul li {
    font-size: 15px;
  }

  .saas1.pricing .plan-box .price-box {
    padding: 20px;
    margin: 16px 9px;
  }

  .saas1.pricing .plan-box .price-box ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .saas1.pricing .plan-box .price-box h4.no-weight {
    margin: 5px 0 0 0;
  }

  .register-page h3 {
    margin-bottom: 10px;
  }

  .register-page .text-sub {
    margin-bottom: 12px;
  }

  .register-page .theme-card {
    padding: 18px;
  }

  .register-page .theme-card .theme-form input,
  .register-page .theme-card .theme-form textarea {
    padding: 10px 12px;
    margin-bottom: 18px;
  }

  .pricing.saas2 .price-container.price-margin {
    margin: 25px 15px;
  }

  .cart-section tbody tr td {
    min-width: 140px;
  }

  .cart-section tbody tr td .qty-box .input-group .form-control {
    width: 52px;
  }

  .cart-section tfoot tr td {
    padding-right: 25px;
  }

  .dropdown-sec .dropdown-content.dropdown-size {
    min-width: 85VW;
  }

  .dropdown-sec .dropdown-content,
  .dropdown-sec .dropdown-content li ul {
    left: 0;
  }

  footer .footer-lists.contacts li {
    margin-bottom: 20px;
  }

  .sponsor .sponsor-img {
    margin-bottom: 50px;
  }

  .agency .girl-boy {
    right: 6%;
  }

  .agency .girl-boy img {
    width: 360px;
  }

  .agency .icon-collection .about-icon {
    margin-bottom: 25px;
  }

  .agency .icon-collection .about-icon a {
    padding: 25px 12px;
  }

  .agency .icon-collection .about-icon a img {
    margin-bottom: 15px;
    height: 50px;
  }


  .agency.agency-content .agency-header-center-container .agency-head .agency-head-text {
    margin-top: -14px;
  }

  .agency.blog .img-container .blog-info p {
    line-height: 22px;
  }

  .saas1.build-bg {
    min-height: 680px;
  }

  .saas1 .title img {
    height: 20px;
  }

  .saas2 .set-center-div .side-img {
    right: 2%;
  }

  .saas2 .set-center-div .side-img img {
    height: 400px;
  }

  .saas2 .offers-container .offer-heading-text {
    margin-bottom: 20px;
  }

  .saas2 .offers-container .bottom-border {
    margin-bottom: 50px;
  }

  .saas2 .offers-container .offers-content {
    margin-bottom: 35px;
  }


  footer.app2 h5 {
    font-size: 14px;
    padding-bottom: 55px;
  }

  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 186px;
  }

  .blog-detail-page .comment-section li {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .cart-section tbody tr td {
    min-width: 140px;
  }

  .cart-section tbody tr td .qty-box .input-group .form-control {
    width: 52px;
  }

  .cart-section tfoot tr td {
    padding-right: 25px;
  }

  .blog-page .blog-media {
    margin-bottom: 20px;
  }

  .blog-page .blog-media .blog-right {
    display: block;
    margin-top: 15px;
  }

  .blog-page .blog-media .blog-right p {
    line-height: 1.3;
  }

  .tab-border {
    padding-top: 0;
  }

  .breadcrumb-section {
    padding: 170px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .services .service .service-feature p {
    font-weight: unset;
  }
}

@media (min-width: 992px) {
  .parallax-banner .container-fluid .container {
    max-width: 960px;
  }



  .dropdown-main-container {
    padding: 20px 0;
  }

  .dropdown-main-container .container {
    max-width: 100%;
  }

  .dropdown-sec .dropdown,
  .dropdown-sec .dropdown-submenu {
    position: relative;
    display: inline-block;
  }

  .dropdown-sec a {
    text-transform: capitalize;
  }

  .dropdown-sec .right-border {
    border-right: 1px solid #eee;
  }

  .dropdown-sec .dropdown-content,
  .dropdown-sec .dropdown-content li ul {
    display: none;
    transition: 0.8s;
    position: absolute;
    right: 0;
    z-index: 1;
  }

  .dropdown-sec .drop-down-design {
    margin-top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .dropdown-sec .dropdown-content.dropdown-size {
    min-width: 1030px;
  }

  .dropdown-sec .dropdown-content ul {
    width: 100%;
  }

  .dropdown-sec .dropdown:hover .dropdown-content {
    display: block;
    transition: 0.8s;
  }

  .dropdown-sec .dropdown-submenu {
    position: relative;
    width: 100%;
  }

  .dropdown-sec .dropdown-submenu .dropdown-menu {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 100%;
    margin-top: -1px;
  }

  .dropdown-sec .dropdown-submenu:hover>ul {
    display: block;
    transform: translateY(-10px);
    transition: 0.8s;
  }

  .dropbtn {
    color: #000;
  }

  .dropbtn>i {
    margin-left: 10px;
  }

  .res-width {
    width: 100%;
  }

  .mega-menu .mega-menu-container .row .col {
    width: 20%;
  }

  .resize {
    min-width: 600px !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .speaker .team-img .social ul li {
    margin-right: 10px;
  }

  .speaker .team-img .social ul li a i {
    height: 25px;
    width: 25px;
    font-size: 12px;
  }

  .agency.format .center-content.unset-height{
    padding: 0;
  }

  .breadcrumb-section-main .breadcrumb {
    justify-content: center;
  }

  .breadcrumb-section-main .breadcrumb-text {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) and (min-width: 576px) {
  .blog-sidebar .post-container {
    width: 50%;
    float: left;
  }
 
}

@media only screen and (max-width: 991px) {
  .services .service-img.img-fluid {
    height: 45px;
  }

  .services .service {
    padding: 30px 15px;
  }


  .pricing.saas2 .price-container.price-margin {
    margin: 35px 25px;
  }

  footer .logo-sec .footer-para .para-address {
    line-height: 1.6;
  }

  .menu-container li a:before {
    display: none;
  }

  .saas2.quick-sol .set-center-div {
    min-height: unset;
  }

  .saas2.pricing .price-container .price-feature-container {
    margin-top: -100px;
  }

  .saas1.service .about-chat .service-container .feature-content hr {
    margin: 0 auto;
  }

  .saas1 .about-chat .chat-box {
    text-align: center;
  }

  .saas1 .brand-slider img {
    padding: 0 30px;
  }

  .saas1.build-bg {
    min-height: unset;
  }

  .saas1.build-bg .build-box {
    text-align: center;
  }

  .saas1.build-bg .container {
    margin-bottom: 0;
    margin-top: 0;
  }

  .contact .bg-white form {
    padding: 60px 30px;
  }

  .title {
    margin-bottom: 25px;
  }

  .breadcrumb-section .breadcrumb {
    justify-content: center;
  }

  .breadcrumb-section .breadcrumb-text {
    text-align: center;
  }

  .saas2.quick-sol .set-center-div .saas2.services .saas2-services .row .service-container:nth-child(n+4) {
    margin-top: 30px;
  }

  .saas2 .offers-container .offers-content .offer-main-text {
    margin-bottom: 0;
  }

  .saas2 .offers-container .bottom-border {
    margin-bottom: 30px;
  }

  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:before {
    width: calc(100% + 0px);
    bottom: -11px;
    left: 0;
  }

  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:after {
    bottom: 2px;
  }

  .slider-container {
    width: 60%;
    margin: 0 auto;
  }

  .slider-container .trainers-slider .item {
    margin: 0 40px;
  }

  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item img {
    border: 10px solid #ffffff;
  }

  .blog-sidebar .sidebar-container .post-container:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  .about.app1 .counters img {
    margin-bottom: 15px;
    height: 35px;
  }

  .about.app1 .counters .abouts {
    padding: 25px 0;
  }

  .about.app1 h3 {
    margin-bottom: 0;
  }

  .app2.team .team-slider .team-container {
    padding: 25px 10px;
  }

  .app2.brand-sliders {
    padding-bottom: 45px;
  }

  .blog-sec.blog.sider .container {
    margin-bottom: 0;
  }

  .blog-sec.blog .container.no-side {
    margin-bottom: -28px;
  }

  .blog-sec .blog-side {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #dbdbdb;
  }

  .cart-section .cart-table thead th:last-child {
    display: none;
  }

  .cart-section tbody tr td {
    min-width: 135px;
  }

  .cart-section tbody tr td:last-child {
    display: none;
  }

  .cart-section .cart-buttons>div:last-child {
    padding-right: 15px;
  }

  .cart-section tfoot tr td {
    padding-right: 0;
  }

  .checkout-page .checkout-form .checkout-details {
    margin-top: 30px;
  }

  .login-page .right-login {
    margin-top: 20px;
  }

  .team-sec.team-grid .text-center.d-flex {
    display: block !important;
  }

  section,
  footer {
    padding: 30px 0;
  }

  .p-t-100 {
    padding-top: 60px !important;
  }

  .p-b-100 {
    padding-bottom: 60px !important;
  }

  .pricing .price-container .feature-icon:before {
    font-size: 40px;
  }

  .videos .video-description h3 {
    margin-bottom: 20px;
  }

  .videos .video-description p {
    margin-bottom: 15px;
  }

  .m-t-40 {
    margin-top: 30px;
  }

  .m-b-40 {
    margin-bottom: 30px;
  }

  .m-t-50 {
    margin-top: 35px;
  }

  .about.app1 .mobile.mobile-img {
    display: none;
  }

  .about.app1 .set-padding {
    padding: 0 15px;
  }

  .app1 p {
    line-height: 26px;
  }

  .app1.screenshot .container {
    margin-bottom: 0;
  }

  .app1.screenshot .screen-container {
    display: none;
  }

  .app1.screenshot .swiper-container .swiper-wrapper .swiper-slide img {
    height: auto;
    width: auto;
  }

  .app1.services .service {
    padding: 30px 15px;
  }

  .app1.services .service .img-block {
    margin-bottom: 7px;
  }

  .app1.services .service .img-block img {
    height: 45px;
  }

  .app2 h1 {
    line-height: 42px;
  }

  .app2 .abouts .set-border {
    margin-bottom: 25px;
  }

  .app2 .abouts .logo {
    height: 100px;
  }

  .app2 h4 {
    margin-bottom: 15px;
  }

  .app2.quality .set-height {
    min-height: unset;
  }

  .app2.quality .set-height .mobile1,
  .app2.quality .set-height .mobile2 {
    width: auto;
    top: -23px;
    height: 350px;
  }

  .app2.services .service {
    padding: 30px 18px;
  }

  .app2.services .img-block {
    margin-bottom: 25px;
  }

  .app2 .borders-before {
    margin-bottom: 15px;
  }

  .app2.format .format-head-text {
    margin-bottom: 35px;
  }

  .app2.format .format-sub-text {
    margin-bottom: 20px;
  }

  .app2.format .m-t-50 {
    margin-top: 24px;
  }

  .title .title-img {
    margin-bottom: 15px;
  }

  .title.title2 h6.main-text {
    margin-bottom: 12px;
  }

  .title.title2 .sub-title {
    line-height: 40px;
    margin-bottom: 15px;
  }

  .title.title2 .title-text {
    line-height: 40px;
  }

  .pricing.app1 .price-container .service-feature .pricing-img {
    margin-bottom: 20px;
  }

  .pricing.app1 .price-container .price-feature-container {
    padding: 30px 0 120px 0;
  }

  .pricing.app1 .price-container .price-feature-container .price-value {
    margin-bottom: 25px;
  }

  .pricing.app1 .price-container .price-features {
    margin-bottom: 20px;
  }

  .pricing.app1 .price-container .price-features .price-feature {
    margin-bottom: 10px;
  }

  .pricing.app2 .price-container .service-feature {
    padding: 35px 0 35px 0;
  }

  .pricing.app2 .price-container .service-feature .pricing-img {
    margin-bottom: 20px;
  }

  .pricing.app2 .price-container .price-feature-container {
    padding: 35px 0 35px 0;
  }

  .pricing.app2 .format .format-head-text {
    margin-bottom: 35px;
  }

  .pricing.app2 .format .format-head-text .about-font-header {
    font-size: 220%;
  }

  .pricing.app2 .format .format-sub-text {
    margin-bottom: 35px;
  }

  .pricing.service-2 .service-feature {
    padding: 40px 0 20px 0;
  }

  .pricing.service-2 .service-feature img {
    height: 50px;
  }

  .pricing.service-2 .service-feature2 {
    padding: 40px 0 40px 0;
  }

  .pricing.service-2 .service-feature2 .features h6 {
    margin-bottom: 15px;
  }

  .pricing.service-2 .service-feature2 .price span {
    font-size: 45px;
  }

  .m-b-30 {
    margin-bottom: 20px;
  }

  .m-b-45 {
    margin-bottom: 25px;
  }

  .m-t-50 {
    margin-top: 30px;
  }

  .m-b-35 {
    margin-bottom: 22px;
  }
 
  .borders-before {
    margin-bottom: 25px;
  }
 
  .app2.about {
    padding-top: 60px;
  }

  .app2.about .set-height {
    min-height: 535px;
  }

  .app2.about .set-height .mobile1 {
    width: 300px;
  }

  .agency.blog .m-r-25 {
    margin-right: 15px;
  }

  .agency.blog .m-r-10 {
    margin-right: 5px;
  }

  .agency.agency-content .agency-header-center-container {
    margin-bottom: 30px;
  }

  .agency.agency-content .agency-para {
    margin-bottom: 25px;
  }

  .agency .para2 {
    letter-spacing: 1px;
  }

  .agency .icon-collection .about-icon {
    margin-bottom: 25px;
  }

  .agency .icon-collection .about-icon a {
    padding: 25px 25px;
  }

  .agency .icon-collection .about-icon a img {
    margin-bottom: 0;
    height: 40px;
  }

  .saas1.service .about-chat .chat-box img {
    height: 60px;
  }

  .saas1.build-bg .build-right-slider {
    display: none;
  }

  .saas1.build-bg .build-box .build-head {
    margin-bottom: 30px;
  }

  .saas1.build-bg .build-box ul {
    margin-top: 25px;
  }

  .saas1.build-bg .build-box ul li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: normal;
  }

  .saas1.build-bg .sync1 .item {
    margin: 0;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link {
    padding: 0 25px;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link img {
    height: 35px;
  }

  .saas1.pricing .btn-default {
    padding: 11px 35px;
  }

  .saas1.pricing .pricing__switcher {
    margin: 0 auto 70px auto;
  }

  .saas1.pricing .plan-box .price-box {
    padding: 20px;
  }

  .saas1.pricing .plan-box .price-box h4.no-weight {
    margin: 15px 0 10px 0;
  }

  .saas1.pricing .plan-box .price-box ul {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .saas1.pricing .plan-box .price-box ul li {
    margin-bottom: 5px;
  }

  .saas2 .set-center-div {
    min-height: unset;
  }

  .saas2 .set-center-div .side-img {
    display: none;
  }

  .saas2.laptop-slider .slider-container .center-img img {
    height: 246px;
    width: 442px;
  }

  .saas2.feature {
    margin-bottom: -30px;
  }

  .saas2.feature .center-content {
    margin-bottom: 30px;
  }

  .saas2.feature .center-content img {
    height: 30px;
  }

  .saas2.feature .center-content .feature-content {
    margin-left: 15px;
  }

  .saas2.services .saas2-services .row .service-container:nth-child(n+4) {
    margin-top: 30px;
  }
 
  .dropdown-sec .dropdown-content .dropdown-main-container {
    padding: 0;
  }

  .dropdown-sec .dropdown-content.dropdown-size {
    min-width: unset;
  }

  .dropdown-sec .menu-head {
    font-size: 13px;
    color: black;
    border-bottom: 1px solid #f1f1f1;
    background: #eeeeee !important;
    margin-bottom: 0;
  }

  .dropdown-sec .drop-down-design {
    box-shadow: none;
  }

  .dropdown-sec ul li {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #f0eeee;
    border-bottom: 1px solid #eeeeee;
  }

  .mega-menu-container .container {
    margin: 0;
  }

  .loding-header {
    padding: 10px 0;
  }

  footer.app2 section .container .row div:nth-child(3),
  footer.app2 section .container .row div:nth-child(4) {
    margin-top: 30px;
  }

  footer.app2 section .container .row div:nth-child(3) h5,
  footer.app2 section .container .row div:nth-child(4) h5 {
    padding-bottom: 25px;
  }

  footer.saas1 h5 {
    padding-bottom: 40px;
  }

  .p-b-160 {
    padding-bottom: 120px;
  }








  .login-page .authentication-right {
    height: auto;
  }


  .blog-detail-page .blog-advance ul {
    margin-bottom: 20px;
  }

  .blog-detail-page .blog-advance p:last-child {
    margin-bottom: 0;
  }

  .top-banner-content h4 {
    font-size: 20px;
  }
   
  .right-login {
    margin-top: 30px;
  }

  .contact-page .map iframe {
    height: 350px;
  }

  .contact-page .contact-right {
    padding-bottom: 0;
  }

  .contact-page .contact-right ul li {
    padding-left: 0;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 15px;
  }

  .contact-page .contact-right ul li .contact-icon {
    position: relative;
    margin: 0 auto;
    border-right: 0;
  }

  .contact-page .contact-right ul li p {
    margin-bottom: 10px;
  }

  .cart-section .cart-table thead th:last-child {
    display: none;
  }

  .cart-section tbody tr td {
    min-width: 135px;
  }

  .cart-section tbody tr td:last-child {
    display: none;
  }

  .cart-section .cart-buttons>div:last-child {
    padding-right: 15px;
  }

  .cart-section tfoot tr td {
    padding-right: 0;
  }

  .wishlist-section tbody tr td {
    min-width: 138px;
  }

  .pro_sticky_info {
    border: none;
    padding: 10px 0;
  }

  .dashboard-left {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    padding: 0 35px 35px;
    max-width: 350px;
    transition: all 0.5s ease;
    box-shadow: 0 0 8px 0 #dddddd;
  }

  .dashboard-left .block-title h2 {
    display: none;
  }

  .dashboard-left .block-content {
    border: none;
    padding: 0;
    margin-top: 20px;
  }

  .dashboard-left .block-content ul li:hover {
    padding-left: 0;
  }

  .account-sidebar {
    display: block;
  }

  .typography_section .row>div:first-child .typography-box:last-child {
    margin-bottom: 30px;
  }

  .order-up {
    order: -1;
  }

  .bundle .bundle_img {
    justify-content: center;
  }

  .bundle .bundle_detail .theme_checkbox {
    padding: 0 20%;
  }

  .checkout-page .checkout-form .checkout-details {
    margin-top: 30px;
  }

  .breadcrumb-section-main.inner-2 .breadcrumb-contain>div {
    width: 40%;
  }

  .breadcrumb-section-main.inner-2 .breadcrumb-contain>div:last-child {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .parallax-banner .container-fluid .container {
    max-width: 720px;
  }

  .blog-sec.blog-list .blog-agency .blog-contain .blog-info {
    padding-top: 0;
  }

  .blog-sec.blog-list .blog-agency .blog-contain .blog-img {
    border: 1px solid #f3f3f3;
  }

  .blog-sec.blog-list .blog-agency .blog-info {
    padding: 0 !important;
  }

  .blog-sec.blog-list .blog-agency .btn-bottom {
    margin-top: 18px;
  }

  .blog-sec.blog-list .blog-agency .btn-bottom .btn-default {
    padding-left: 28px;
    margin: unset;
    transform: unset;
  }

  .blog-sec.blog-list .img-container {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .login-page .theme-card .theme-form input {
    margin-bottom: 15px;
  }

  .saas2.services .saas2-services .service-container {
    margin-top: unset !important;
  }

  .services .service {
    margin: 10px 0px;
  }

  .banner-three>div+div {
    margin-top: 30px;
  }

  .team-grid .speker-container .d-flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .team-grid .employee h5,
  .team-grid .employee h6 {
    width: 100%;
  }

  .team-grid .employee p {
    text-align: center;
  }

  .animated-bg i {
    height: 40px;
    width: 40px;
  }

  .saas2.pricing h6 {
    line-height: 1.8;
  }

  .pricing.saas2 .owl-theme .owl-dots {
    margin-top: 20px !important;
  }

  .saas1.faq .faq-block h6.link {
    margin-top: 20px;
  }

  .m-b-25 {
    margin-bottom: 15px;
  }

  footer .footer-title.mobile-title h3 {
    line-height: 1.4;
  }

  .blog .img-container .blog-info {
    text-align: center;
  }

  .blog .img-container .blog-info .social-list ul {
    justify-content: center;
  }

  .center-text {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .saas1.pricing .plan-box .price-box {
    padding: 40px;
  }

  .app2.brand-sliders {
    padding-bottom: 60px;
  }

  .agency.blog .blog-agency .blog-contain .img-container .blog-info {
    text-align: center;
    padding: 15px;
  }

  .agency.blog .blog-agency .blog-contain .img-container .blog-info>.d-flex {
    display: block !important;
  }

  .agency.blog .blog-agency .blog-contain .img-container .blog-info>.d-flex>div {
    margin-bottom: 5px;
  }

  .agency.blog .blog-agency .blog-contain .img-container .blog-info .m-b-20 {
    margin-bottom: 10px !important;
  }

  .agency.blog .blog-agency .blog-contain .img-container .blog-info p {
    letter-spacing: 0;
  }

  .agency.blog .blog-agency .blog-contain .img-container .blog-head {
    margin-bottom: 16px;
  }

  .agency.blog .blog-agency .blog-contain .img-container .m-t-20 {
    margin-top: 10px !important;
  }

  .agency.blog.blog-split .blog-list:nth-child(even) .center-text {
    justify-content: center;
  }

  .videos .video {
    padding: 85px 0;
  }

  .services.app1 .row .col-md-4+.col-md-4 {
    margin-top: 15px;
  }

  .tap-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    line-height: 1.7;
  }

 
  .link-horizontal ul {
    align-items: center;
    justify-content: center;
  }
 
  .agency.blog .blog-agency .blog-contain {
    flex-flow: column;
  }

  .agency.blog .blog-agency .blog-contain .img-container {
    order: 2;
  }

  .title .main-title {
    margin-bottom: 8px;
  }

  .title .main-title h2 {
    margin-bottom: 0;
    line-height: 1.4 !important;
  }

  .accordion .register-page {
    margin-top: 25px;
  }

  .cart-section tbody tr td a,
  .wishlist-section tbody tr td a {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .app1.services .container {
    margin-bottom: -10px;
  }

  .app1.services .service {
    margin-bottom: 10px;
  }

  .login-modal .close {
    right: 16px;
  }

  .format {
    text-align: center;
  }

  .format .link-horizontal ul {
    justify-content: center;
  }

  .icon-collection {
    justify-content: center;
  }

  .borders-before {
    margin-bottom: 20px;
  }

  .pricing .siema {
    margin: -5px;
  }

  .pricing .siema .price-container.price-margin {
    margin: 5px 15px;
  }

  .link-horizontal ul li {
    padding-right: 15px;
  }

  .link-horizontal ul li.borders-right {
    margin-right: 15px;
    height: 40px;
  }

  .link-horizontal ul li a.icon-btn i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    margin: 0 auto 10px;
  }

  .videos .video {
    margin-bottom: 20px;
  }

  .videos .counters {
    text-align: center;
  }

  .videos .counters .link-horizontal ul {
    justify-content: center;
  }

  .videos .w-100 {
    width: 70% !important;
  }
 
  .services .service.app2 {
    padding: 30px 10px;
  }

  .services .service .service-feature .feature-text {
    margin-bottom: 20px;
  }

  .services.app2 .service-container .service {
    margin-bottom: 10px !important;
  }

  .services.app2 .service-container:nth-child(n+3) .service {
    margin-bottom: 30px;
  }

  .saas1 .app1 p {
    line-height: 22px;
  }
 
  .m-t-50 {
    margin-top: 30px;
  }

  .about.about2 .counters.set-height {
    text-align: center;
  }

  .about.about2 .counters.set-height img {
    height: 500px;
  }

  .title {
    margin-bottom: 20px;
  }

  .title.title2 .sub-title {
    line-height: 30px;
  }

  .title.title2 .para {
    font-size: 115%;
  }

  .m-b-40 {
    margin-bottom: 20px;
  }

  .m-t-50 {
    margin-top: 30px;
  }

  .booking-1 .form-inline {
    display: block;
  }

  .booking-1 .form-inline .form-group {
    margin-bottom: 15px;
  }

  .team-section .teams:nth-child(even) {
    margin-top: 0;
  }

  footer .footer-headings {
    display: none;
  }

  footer .footer-title.mobile-title {
    display: block;
  }

  footer .footer-contant {
    padding: 10px 0;
  }

  footer .footer-title {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  footer .footer-title.active .according-menu {
    font: normal normal normal 15px/1 FontAwesome;
  }

  footer .footer-title.active .according-menu:before {
    content: "\f106";
    position: absolute;
    right: 2px;
    bottom: 10px;
  }

  footer .footer-title .according-menu {
    font: normal normal normal 15px/1 FontAwesome;
  }

  footer .footer-title .according-menu:before {
    content: "\f107";
    position: absolute;
    right: 2px;
    bottom: 10px;
  }

  .app2.format {
    text-align: left;
  }
 
  .app2.format .format-head-text .about-font-header {
    font-size: 150%;
  }

  .app2.about {
    padding-top: 70px;
  }

  .app2.about .set-height {
    min-height: 445px;
  }

  .app2.about .set-height .mobile1 {
    width: 250px;
  }

  .agency .format-container {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .agency .format-container .block-span {
    display: unset;
  }

  .agency .format-container .borders-before {
    margin-bottom: 15px;
  }

  .agency .format-container .format-head-text {
    margin-bottom: 25px;
  }

  .agency .format-container .format-sub-text {
    margin-bottom: 20px;
  }

  .agency.agency-content {
    text-align: center;
  }

  .agency.agency-content .agency-header-center-container {
    justify-content: center;
  }

  .agency.agency-content .agency-header-center-container .borders {
    display: none;
  }

  .agency.agency-content .agency-para,
  .agency.agency-content .btn-default {
    margin-left: 0;
  }


  .agency.agency-content .agency-head .agency-head-text {
    font-size: 245%;
  }

  .agency.agency-content .agency-para {
    line-height: 26px;
  }
  .agency.speaker .team-img .social ul li {
    margin-right: 10px;
  }

  .agency.speaker .team-img .social ul li a i {
    height: 25px;
    width: 25px;
  }

  .agency.video .d-inline-block .bg-video {
    width: 70%;
  }

  .saas1 .work-tab-bg {
    padding-top: 30px;
  }

  .saas1 .title img {
    height: 18px;
    margin-right: 5px;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link {
    padding: 0 15px;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link img {
    display: none;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link h6 {
    font-size: 16px;
    margin-top: 10px;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link.active span {
    display: none;
  }

  .saas1.build-bg .owl-carousel .owl-item .work-slide {
    height: 400px;
  }

  .saas1.faq .faq-img-block {
    display: none;
  }

  .saas1.faq .faq-block .frequent-text {
    margin-top: -8px;
  }

  .saas2.feature .advance-feature-img {
    margin-bottom: 30px;
  }

  .saas2.feature .center-content {
    display: block;
    text-align: center;
  }

  .saas2.feature .center-content img {
    margin-bottom: 15px;
  }

  .saas2.feature .center-content .feature-content {
    margin-left: 0;
  }

  .saas2.feature .image-container .advance-feature-img {
    margin-bottom: 50px;
  }

  .saas2.services .saas2-services .row .service-container:nth-child(n+3) {
    margin-top: 30px;
  }

  .saas2.services .service .img-block {
    max-width: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .saas2.laptop-slider .slider-container .center-img img {
    height: auto;
    width: 100%;
  }

  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:after,
  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:before {
    display: none;
  }

  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center img {
    margin: 0 auto;
  }

  footer.app2 section .container .row>div:nth-child(3),
  footer.app2 section .container .row>div:nth-child(4) {
    margin-top: unset;
  }

  .blog .img-container .blog-info {
    padding: 15px;
  }

  .blog .img-container .blog-info .blog-text {
    font-size: 145%;
  }

  .blog .img-container .blog-info .small-font {
    margin-bottom: 10px;
  }


  .p-b-160 {
    padding-bottom: 145px;
  }

  .blog-detail-page .comment-section li {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-page {
    text-align: center;
  }

  .about-page p {
    line-height: 1.5;
  }

  .team h2 {
    font-size: 25px;
  }

  .layout2-logo {
    padding-right: 70px;
  }

  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important;
  }

  .faq-section .theme-accordion .card .card-header button {
    font-size: 14px !important;
    white-space: normal;
    width: 100%;
    padding: 16px 30px 16px 18px !important;
  }


  .register-page .theme-card {
    padding: 25px;
  }

  .register-page .theme-card .theme-form input {
    margin-bottom: 25px;
    padding: 13px 18px;
  }
 
  .cart-section tbody tr td a,
  .wishlist-section tbody tr td a {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .blog-page .order-sec {
    order: -1;
  }

  .blog-page .blog-media:last-child {
    margin-bottom: 30px;
  }

  .blog-page .blog-sidebar ul li {
    display: block;
  }

  .tab-pane iframe {
    width: 100%;
  }


  .typography_section .typography-box .typo-content.typo-buttons a:last-child {
    margin-top: 5px;
  }

  .breadcrumb-section {
    padding: 150px 0;
    text-align: center;
  }

  .breadcrumb-section h2 {
    line-height: normal;
  }

  .breadcrumb-section.video-sec {
    height: 40vh;
  }

  .agency.blog.blog-sec.blog-list .blog-img,
  .agency.blog.blog-sec.blog-split .blog-img {
    width: 100%;
  }

  .breadcrumb-section-main {
    padding: 30px 0;
    text-align: center;
  }

  .breadcrumb-section-main .breadcrumb-contain {
    justify-content: center;
    display: block;
    text-align: center;
  }

  .breadcrumb-section-main .breadcrumb-contain>div {
    width: 100%;
  }

  .breadcrumb-section-main .breadcrumb-contain>div:last-child {
    width: 100%;
  }

  .breadcrumb-section-main .breadcrumb-contain>div .breadcrumb-txt {
    text-align: center;
  }

  .breadcrumb-section-main .breadcrumb-contain>div ul {
    text-align: center;
  }

  .breadcrumb-section-main .breadcrumb-contain>div ul li {
    margin-right: 10px;
  }

  .breadcrumb-section-main .breadcrumb-contain>div ul li a i {
    margin-right: 10px;
  }

  .breadcrumb-section-main.inner-2 {
    text-align: center;
  }

  .breadcrumb-section-main.inner-2 .breadcrumb-contain>div {
    width: 100%;
  }

  .breadcrumb-section-main.inner-2 .breadcrumb-contain>div:last-child {
    width: 100%;
  }

  .breadcrumb-section-main.inner-2 .breadcrumb-contain ul {
    text-align: center;
  }

  .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li {
    margin-right: 10px;
  }

  .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li a i {
    margin-right: 10px;
  }

  .breadcrumb-section-main.inner-2 .breadcrumb-contain .breadcrumb-txt {
    margin-bottom: 10px;
  }

  .breadcrumb-section-main.inner-3 .breadcrumb-contain ul li {
    margin-right: 0;
  }

  .breadcrumb-section-main.inner-3 .breadcrumb-contain ul li a i {
    margin-right: 5px;
  }

  .breadcrumb-section-main.inner-3 .breadcrumb-contain .breadcrumb-txt {
    margin-top: 2px;
  }

  .breadcrumb-section-main.inner-4 .breadcrumb-contain>div .breadcrumb-txt {
    margin-bottom: 5px;
  }

  .breadcrumb-section-main.breadcrumb-section-sm {
    padding: 30px 0;
  }

  .breadcrumb-section-main.agency.breadcrumb-section.inner-3 {
    padding: 150px 0px;
  }
}


@media only screen and (max-width: 767px) and (min-width: 576px) {
.team-section .center-container {
    height: 100%;
  }

  .team-section .teams {
    margin-bottom: 20px;
  }

  .team-section .teams:nth-child(n+3) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .section-404 .navbar-links {
    display: none;
  }

  .section-404 .custom-navbar {
    text-align: center;
  }

  .section-404 .brand-logo img {
    width: 120px;
  }

  .section-404 .box_astronaut {
    top: 70%;
  }
}

@media only screen and (min-width: 575px) {
  .parallax-banner .container-fluid .container {
    max-width: 540px;
  }
}

@media only screen and (max-width: 575px) {
  .top-banner-wrapper .top-banner-content {
    padding: 20px 0px;
  }

  .breadcrumb-section-main.agency.breadcrumb-section.inner-3 {
    padding: 90px 0px 50px;
  }

  .btn-section {
    padding: 30px 0px !important;
  }

  .app2.services .service {
    margin-bottom: 10px !important;
  }

  .modal1 .offer-content>div {
    padding-right: 15px;
  }

  .parallax-banner.full-banner {
    background-blend-mode: overlay;
    background-color: #d2d2d2;
  }

  .parallax-banner .banner-contain {
    left: 0;
  }

  .down-banner .banner-contain {
    max-width: 100%;
    margin: 0;
  }

  .banner-contain>div {
    background-color: rgba(128, 128, 128, 0.23);
    padding: 30px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .modal-bg {
    display: none !important;
  }

  .btn-default {
    padding: 10px 25px;
  }

  .parallax-banner .banner-contain {
    max-width: 100%;
  }

  .portfolio_section>div {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .blog-sidebar .sidebar-container .post-container:nth-last-child(2) {
    margin-bottom: 20px;
  }

  .booking .form-group input {
    padding: 12px 20px;
  }

  .breadcrumb-section .breadcrumb-text {
    margin-bottom: 10px;
  }

  .breadcrumb-section {
    padding: 110px 0 50px 0;
  }

  .section-404 .text-404 {
    margin-right: 0;
    margin-left: 0;
  }

  .section-404 .text-inner {
    margin-top: -26px;
    margin-bottom: -30px;
  }

  .section-404 .object_astronaut {
    display: none;
  }

  .section-404 .object_rocket {
    width: 70px;
  }

  .section-404 .object_earth {
    width: 50px;
  }

  .section-404 .object_moon {
    width: 40px;
  }

  .checkout-page .checkout-title {
    margin-bottom: 18px;
  }

  .checkout-page .checkout-form .form-group {
    margin-bottom: 15px;
  }

  .checkout-page .checkout-form .form-group .field-label {
    margin-bottom: 6px;
  }

  .checkout-page .checkout-form input[type="text"],
  .checkout-page .checkout-form input[type="email"],
  .checkout-page .checkout-form input[type="password"],
  .checkout-page .checkout-form input[type="tel"],
  .checkout-page .checkout-form input[type="number"],
  .checkout-page .checkout-form input[type="url"] {
    height: 35px;
  }

  .checkout-page .checkout-form .checkout-details {
    padding: 15px;
    margin-top: 20px;
  }

  .checkout-page .checkout-form .checkout-details .order-box {
    margin-bottom: 0;
  }

  .checkout-page .checkout-form .checkout-details .order-box .total {
    margin-bottom: 25px;
  }

  .checkout-page .checkout-form .checkout-details .order-box .sub-total .shipping {
    width: 100%;
    margin-top: 15px;
  }

  .title.title2 .borders span:before,
  .title.title2 .borders span:after {
    content: unset;
  }

  .pagination_sec ul li {
    height: 38px;
    width: 38px;
    margin: 0 8px;
  }

  .cart-section .cart-buttons>div:last-child {
    padding-right: 15px;
  }

  .cart-section .cart-buttons .btn-solid {
    padding: 7px 8px;
  }

  .wishlist-section .btn-solid {
    padding: 7px 8px;
  }

  .team-sec.team-grid .team-para {
    margin-top: 10px;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-item {
    display: inline-block;
  }

  section,
  footer {
    padding: 15px 0;
  }

  .p-t-100 {
    padding-top: 50px !important;
  }

  .p-b-100 {
    padding-bottom: 50px !important;
  }

  .m-b-30 {
    margin-bottom: 25px;
  }

  .pricing .siema .price-container.price-margin {
    margin: 5px 0;
  }

  .title .sub-title {
    line-height: 20px;
  }

  .about.app1 .counters {
    border-right: unset;
  }

  .about.app1 .counters:nth-child(3) {
    border-bottom: 1px solid #fff;
  }

  .about.app1 .counters img {
    margin-bottom: 15px;
  }

  .about.app1 .counters h3 {
    font-size: 225%;
    margin-bottom: 0;
    line-height: 35px;
  }

  .about.app1 .counters .abouts {
    padding: 20px 0;
  }

  .about.app1 .counters .abouts img {
    height: 30px;
  }

  .about.app1 .counters:first-child .abouts {
    padding-top: 0;
  }

  .about.app1 .counters:last-child .abouts {
    padding-bottom: 0;
  }

  .format .counters.set-order-2 {
    order: 2;
  }

  .format .counters.set-height {
    text-align: center;
  }

  .services.app2 .service-container:nth-child(n+5) .service {
    margin-bottom: 30px;
  }

  .services.app2 .service-container:nth-child(n+7) .service {
    margin-bottom: 0;
  }

  .pricing .feature-text {
    margin-bottom: 30px;
  }

  .pricing .feature-text .price-value {
    font-weight: 600;
    margin-bottom: 25px;
  }

  .pricing .service .service-feature h6 {
    margin-bottom: 10px;
  }

  .pricing .price-container {
    margin-bottom: 20px;
  }

  .pricing .price-container .price-feature-container .price-value .price .large {
    font-size: 40px;
  }

  .pricing.app2 .feature-text {
    margin-bottom: 0;
  }

  .app1 p {
    line-height: 26px;
  }

  .app1 .socials-lists ul li a i {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }

  .app1 .socials-lists.m-t-50 {
    margin-top: 25px;
  }

  .app1.services .container {
    margin-bottom: -20px;
  }

  .videos.app1 .video .button img {
    height: 40px;
  }

  .videos.saas1 .video .button img {
    height: 30px;
  }

  .videos .video-description p {
    margin-bottom: 15px;
  }

  .videos .video {
    padding: 95px 0;
  }

  .team-section .teams {
    margin-bottom: 20px;
  }

  .team-section .teams:last-child {
    margin-bottom: 0;
  }

  .agency .icon-collection {
    display: block;
    margin-bottom: 15px;
  }

  .agency .icon-collection .about-icon {
    margin: 0 5px 15px;
    width: 100px;
    padding: 3px 0;
  }

  .agency .icon-collection .about-icon:first-child {
    margin-left: 0;
  }

  .agency .icon-collection .about-icon:last-child {
    margin-right: 0;
  }

  .agency .icon-collection .about-icon a {
    padding: 15px 8px;
  }

  .agency .para2 {
    margin-bottom: 20px;
  }

  .agency.video .d-inline-block .bg-video {
    width: auto;
  }

  .agency.copyright .link-horizontal {
    margin-bottom: 10px;
  }

  .agency.blog .blog-agency .blog-contain .img-container .blog-info {
    padding: 20px;
  }


  .saas1.howitwork .work-tab .nav-pills {
    display: flex;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link h6 {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-left: 20px;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link span {
    bottom: -12px;
  }

  .saas1.pricing .pricing__switcher {
    width: 260px;
  }

  .saas1.pricing .switcher__button {
    font-size: 14px;
  }

  .saas1.pricing .pricing__switcher {
    margin: 0 auto 50px auto;
  }

  .saas1.build-bg .owl-carousel .owl-item .work-slide {
    height: 300px;
  }

  .saas1 .title .sub-title .p-padding {
    padding: 0;
  }

  .saas2.feature {
    margin-bottom: -35px;
  }

  .saas2.feature .center-content {
    margin-bottom: 35px;
  }

  .saas2.feature .center-content img {
    height: 40px;
  }

  .saas2.feature .center-content .feature-content {
    margin-left: 20px;
  }

  .saas2.laptop-slider .slider-container .center-img img {
    height: 140px;
    width: 232px;
  }

  .saas2.laptop-slider .slider-container .item img {
    height: 102px;
    width: 153px;
  }

  .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-stage-outer {
    padding-top: 0;
  }

  .saas2.pricing .feature-text {
    margin-bottom: 0;
  }


  .artist .artist-text p.text-para {
    line-height: 20px;
    font-size: 95%;
  }
  .list ul li {
    padding: 4px 20px;
  }

  .list ul li img {
    height: 15px;
  }

  .list ul li img.play {
    height: 32px;
  }

  .app2.team-section .teams .our-team .set-relative.set-border {
    padding-bottom: 30px;
  }

  .app2.team-section .teams .our-team .borders {
    height: 30px;
  }

  .app2.about,
  .app2.quality {
    padding-top: 50px;
  }

  .app2.about .set-height,
  .app2.quality .set-height {
    min-height: unset;
  }

  .app2.about .set-height .mobile1,
  .app2.about .set-height .mobile2,
  .app2.quality .set-height .mobile1,
  .app2.quality .set-height .mobile2 {
    width: 250px;
    position: relative;
  }

  .app2.quality .set-height .mobile2 {
    top: -17px;
  }

  .app2 .abouts .logo {
    height: 60px;
  }

  .app2 .abouts .set-border {
    margin-bottom: 12px;
  }

  .app2.about .set-height .j-img {
    display: none;
  }

  .app2.format .logo {
    padding-bottom: 10px;
  }

  .app2.format .abouts {
    text-align: center;
  }
 
  .app2.format .format-head-text {
    margin-bottom: 20px;
  }

  .app2.format .format-sub-text {
    margin-bottom: 15px;
  }

  .app2.format .m-t-50 {
    margin-top: 14px;
  }

  .app2.team .team-slider .team-container {
    margin-left: 15px;
  }

  .p-b-160 {
    padding-bottom: 135px;
  }

  .template-password #container #login {
    margin-bottom: 0;
  }

  .error-section {
    padding: 100px 0;
  }

  .error-section h1 {
    font-size: 100px;
  }

  .error-section h2 {
    margin: 20px 0;
    font-size: 18px;
  }

  .about-page .about-head {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .about-page .about-head .theme-breadcrumb .breadcrumb {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .blog-detail-page .blog-detail .post-social li {
    display: block;
  }

  .blog-detail-page .blog-detail .post-social li+li {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
 
  .cart-section .cart-buttons>div:last-child {
    padding-right: 15px;
  }

  .cart-section .cart-buttons .btn-solid {
    padding: 7px 8px;
  }

  .wishlist-section .btn-solid {
    padding: 7px 8px;
  }
 
  .checkout-page .checkout-form .checkout-details {
    padding: 15px;
  }

  .slider-right-nav .slick-slide:first-child>div {
    margin-top: 15px;
  }

  .lookbook .lookbook-block .lookbook-dot .dot-showbox {
    width: 90px;
    top: -70px;
  }

  .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
    line-height: 16px;
  }

  .padding-cls {
    padding-left: 15px;
    padding-right: 15px;
  }

  .success-text i {
    font-size: 40px;
  }

  .success-text p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .success-text h2 {
    margin-bottom: 10px;
  }

  .order-success-sec>div {
    margin-top: 15px;
  }

  .delivery-sec {
    padding: 15px;
    margin-top: 15px;
  }

  .delivery-sec h3,
  .delivery-sec h2 {
    font-size: 20px;
  }

  .beauty-about .service .service-block1 {
    margin-bottom: 20px;
  }

  .beauty-about .service .service-block1:last-child {
    margin-bottom: 0;
  }

  .typography_section .typography-box .typo-content.typo-buttons a:last-child {
    margin-top: 0;
  }

  .typography_section .typography-box .typo-content.typo-buttons .btn-solid.btn-sm {
    padding: 3px 12px;
  }

  .bundle .bundle_img .img-box img {
    max-width: 70px;
  }

  .bundle .bundle_detail .theme_checkbox {
    padding: 0;
  }

  .breadcrumb-section-main .breadcrumb-text {
    margin-bottom: 10px;
  }

}

@media only screen and (max-width: 480px) {
  .pagination_sec {
    margin-top: 30px;
  }

  .saas2.pricing .price-container .price-feature-container {
    margin-top: -50px;
  }

  .maintenance-sec .center-content button{
    margin-left: 0;
  }


  .compare-page .table-wrapper .table .featured-image {
    width: 100px;
  }
  .side-section {
    width: 270px;
  }

  .slider-container .trainers-slider .item {
    margin: 0 0;
  }

  .saas1.howitwork .work-tab .nav-pills .nav-link {
    padding: 0 0;
  }

  .app2 h1 {
    line-height: 36px;
  }

  h1 {
    line-height: 40px;
  }

  .brand-sliders .brand-slider .item img {
    height: 25px;
    width: auto;
  }

  .m-b-25 {
    margin-bottom: 15px;
  }

  .videos .video {
    padding: 80px 0;
  }

  .videos .video-description p {
    margin-bottom: 10px;
  }

  .m-b-35 {
    margin-bottom: 20px;
  }

  .saas1.build-bg .owl-carousel .owl-item .work-slide {
    height: 250px;
  }

  .saas2.laptop-slider .slider-container .center-img img {
    display: none;
  }

  .saas2.laptop-slider .slider-container .item img {
    height: auto;
    width: auto;
    max-width: 100%;
  }

  .agency .icon-collection {
    display: block;
    margin-bottom: 0;
  }

  .agency .icon-collection .about-icon {
    margin: 0;
    margin-bottom: 15px;
  }

  .agency .icon-collection .about-icon a {
    padding: 25px 10px;
  }

  .agency .icon-collection .about-icon:first-child,
  .agency .icon-collection .about-icon:last-child {
    margin-bottom: 15px;
  }

  .agency .row .center-content:last-child .icon-collection:last-child .about-icon:last-child {
    margin-bottom: 0;
  }

  .agency.video {
    margin-top: 20px;
  }

  .agency.video .m-b-20 {
    margin-bottom: 10px;
  }

  .agency.video .abs-center {
    width: 100%;
  }

  .agency.video .video-img {
    height: 50px;
  }

  .agency.video .video-heading {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .agency.video .video-text {
    font-size: 12px;
  }

  .select_input select {
    padding: 12px 15px;
    margin-bottom: 18px;
  }

  .about-page p {
    line-height: 1.5;
  }

  .blog-detail-page .blog-contact h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .blog-detail-page .blog-contact .theme-form input,
  .blog-detail-page .blog-contact .theme-form textarea {
    padding: 12px 20px;
    margin-bottom: 20px;
  }

  .blog-detail-page .blog-detail h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .blog-detail-page .blog-detail img {
    margin-bottom: 25px;
  }

  .blog-detail-page .blog-advance ul {
    line-height: 1.5;
  }

  .blog-detail-page .blog-advance img {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .blog-detail-page .blog-advance p {
    line-height: 1.5;
  }

  .blog-detail-page .comment-section li {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-detail-page .comment-section li p {
    line-height: 1.5;
  }

  .blog-detail-page .comment-section li h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-detail-page .comment-section li h6 span {
    display: inherit;
    margin-left: 0;
  }

  .blog-detail-page .comment-section .media {
    display: inline-block;
    text-align: center;
  }

  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important;
  }

  .faq-section .theme-accordion .card .card-header button {
    line-height: 1.3;
    padding: 12px 35px 12px 12px !important;
  }

  .faq-section .accordion.theme-accordion .card .card-header button:before {
    top: 20px;
  }

  .pwd-page {
    padding: 70px 0;
  }

  .pwd-page h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .login-page .authentication-right h6 {
    margin-bottom: 10px;
  }

  .login-page .theme-card {
    padding: 25px;
  }

  .register-page .theme-card {
    padding: 18px;
  }

  .register-page .theme-card .theme-form input {
    margin-bottom: 20px;
    padding: 12px 15px;
  }

  .search-block .btn-solid {
    padding: 10px 15px;
  }

  .contact-page .map iframe {
    height: 275px;
  }

  .contact-page .theme-form input {
    padding: 12px 15px;
    margin-bottom: 18px;
  }

  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 0;
  }

  .blog-page .blog-media .blog-right p {
    line-height: 1.3;
  }

  .blog-page .blog-media .blog-right h4 {
    margin-bottom: 5px;
  }

  .blog-page .blog-media .blog-right ul {
    margin-bottom: 5px;
  }

  .blog-page .blog-media .blog-right ul li {
    display: block;
  }

  .blog-page .blog-media .blog-right ul li+li {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }

  .account-sidebar {
    width: 45%;
  }

  .success-text h2 {
    font-size: 20px;
  }

  .success-text p {
    font-size: 14px;
  }

  .delivery-sec h3,
  .delivery-sec h2 {
    font-size: 18px;
  }

  .typography_section .typography-box .typo-content.typo-buttons a {
    margin: 5px 0;
  }
}










@media only screen and (max-width: 420px) {
  .login-modal .modal-body {
    padding: 20px;
  }

  .blog-sec.blog .blog-agency {
    margin-bottom: 15px;
  }

  .weeding~.tap-top {
    bottom: 100px;
  }

  .saas2.laptop-slider .slider-container {
    margin-bottom: -30px;
  }

  section.gym.trainers .title {
    margin-bottom: -30px;
  }

  footer.wedding.copyright {
    padding: 20px 0;
  }

  footer.wedding.copyright .footer-titles.mobile-title h3 {
    text-align: center;
    margin-bottom: 5px;
  }

  footer.wedding.copyright .link-horizontal ul.link li {
    text-align: center;
  }

  footer.wedding.copyright .link-horizontal ul {
    margin-bottom: 0px;
  }

  footer.wedding.copyright .link-horizontal ul li a i {
    font-size: 15px;
  }

  footer.wedding .footer-headings {
    display: none;
  }

  footer.wedding .footer-titles.mobile-title {
    display: block;
  }

  footer.wedding .footer-contants {
    padding: 10px 0;
  }

  footer.wedding .footer-titles {
    padding: 5px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  footer.wedding .footer-titles.active .according-menu {
    font: normal normal normal 15px/1 FontAwesome;
  }

  footer.wedding .footer-titles.active .according-menu:before {
    content: "\f106";
    position: absolute;
    right: 2px;
    bottom: 10px;
  }

  footer.wedding .footer-titles .according-menu {
    font: normal normal normal 15px/1 FontAwesome;
  }

  footer.wedding .footer-titles .according-menu:before {
    content: "\f107";
    position: absolute;
    right: 2px;
    bottom: 10px;
  }

  .app2 .link-horizontal .btn-default {
    padding: 15px 20px;
  }

  .title.title2 .para {
    font-size: 80%;
  }

  .videos .w-100 {
    width: 100% !important;
  }

  .saas1.build-bg .owl-carousel .owl-item .work-slide {
    height: 220px;
  }

  .saas1.build-bg .build-right-slider {
    margin-left: 40px;
  }

  .saas1.build-bg .owl-dots {
    transform: translate(-25%, -50%);
  }

  .saas1.build-bg .owl-theme .owl-dots .owl-dot span {
    margin-bottom: 20px;
    width: 45px;
  }

  .saas1.build-bg .owl-theme .owl-dots .owl-dot.active span {
    width: 55px;
  }

  .saas2.pricing .price-container .price-features {
    margin-top: 30px;
  }

  .inner-pages-footer.resume .link-horizontal.social-link {
    margin-bottom: -5px;
  }

  .blog-details p {
    font-size: 14px;
    line-height: 1.3;
  }

  .login-page .authentication-right p {
    line-height: 1.5;
  }

  .login-page .theme-card .theme-form input {
    padding: 15px 20px;
    margin-bottom: 25px;
  }

  .order-box .sub-total .shipping {
    width: unset;
    float: unset;
    display: flex;
  }

  .order-box .sub-total .shipping .shopping-option:last-child {
    padding-left: 20px;
  }

  .checkout-page .checkout-form .form-group {
    margin-bottom: 15px;
  }

  .checkout-page .checkout-form input[type="text"],
  .checkout-page .checkout-form input[type="email"],
  .checkout-page .checkout-form input[type="password"],
  .checkout-page .checkout-form input[type="tel"],
  .checkout-page .checkout-form input[type="number"],
  .checkout-page .checkout-form input[type="url"] {
    height: 40px;
  }

  .checkout-page .checkout-form select,
  .checkout-page .checkout-form textarea {
    height: 40px;
  }

  .team h6 {
    line-height: 15px;
  }
}

@media only screen and (max-width: 360px) {

  .agency.blog .blog-info>.d-flex {
    display: block !important;
  }

  .cart-section .btn-default,
  .wishlist-section .btn-default {
    padding: 14px 12px;
  }

  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 115px;
  }

  .cart-section tbody tr td .mobile-cart-content .col-xs-3,
  .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cart-section tbody tr td a img,
  .wishlist-section tbody tr td a img {
    height: 80px;
  }

  .cart-section tfoot tr td,
  .wishlist-section tfoot tr td {
    padding-right: 27px;
  }

  .cart-section tfoot tr td h2,
  .wishlist-section tfoot tr td h2 {
    font-size: 21px;
  }

  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 0;
  }

  .app2 .link-horizontal .btn-default {
    padding: 10px 16px;
  }

  .app2 .title .title-img {
    height: 55px;
  }

  .saas2 .owl-theme.default-dots .owl-dots {
    bottom: 30px;
  }

  .saas2 .btn-default {
    padding: 10px 18px;
  }

  .saas2 .owl-carousel.trainers-slider.owl-carousel .owl-item.active.center .item img {
    margin-bottom: 30px;
  }

  .saas1.build-bg .owl-carousel .owl-item .work-slide {
    height: 180px;
  }

  .list ul li {
    padding: 4px 10px;
  }
  .blog-detail-page .blog-detail p {
    line-height: 1.5;
  }
  .blog-detail-page .blog-contact h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about-page p {
    line-height: 1.2;
  }
  .login-page .theme-card {
    padding: 18px;
  }
  .search-block .btn-solid {
    padding: 10px 5px;
  }
  .search-block .form-header .input-group input {
    padding: 10px 12px;
  }
  .contact-page .map iframe {
    height: 200px;
  }
  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 115px;
  }
  .cart-section tbody tr td .mobile-cart-content .col-xs-3,
  .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .cart-section tbody tr td a img,
  .wishlist-section tbody tr td a img {
    height: 80px;
  }
  .cart-section tfoot tr td,
  .wishlist-section tfoot tr td {
    padding-right: 27px;
  }
  .cart-section tfoot tr td h2,
  .wishlist-section tfoot tr td h2 {
    font-size: 21px;
  }
  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 0;
  }
  .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li:last-child {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .m-l-24 {
    margin-left: 10px;
  }
  .agency.agency-content .agency-header-center-container .agency-head .agency-head-text {
    margin-top: -10px;
  }

  .agency .icon-collection .about-icon {
    width: auto;
    padding: 0px 0;
  }
}

/**=====================
       63. Responsive CSS end
  ==========================**/
img.img-fluid.footer-logo {
  height: 28px;
}


/*** 
=============================================
    Service style1 Area Css
=============================================
***/
.service-style1-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 120px 0 90px;
  z-index: 1;
}
.service-style1-area .top-gray-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 370px;
  background: #f6f6f6;
  z-index: -1;
}
.service-style1-area .sec-title {
  padding-bottom: 78px;
}
.service-style1-area.pdbottom120 {
  padding-bottom: 120px;
}
.single-service-style1 {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ebe5db;
  padding: 0 19px 0;
  border-radius: 8px;
  margin-bottom: 30px;
}
.single-service-style1:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.single-service-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -20px;
}
.single-service-style1 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.single-service-style1 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img {
  transform: scale(1.2);
}
.single-service-style1 .img-holder::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}
.single-service-style1:hover .img-holder::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
.single-service-style1 .text-holder {
  position: relative;
  display: block;
  padding: 23px 2px 0;
}
.single-service-style1 .text-holder .inner-text {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-service-style1 .text-holder h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 18px;
}
.single-service-style1 .text-holder h3 a {
  color: #333029;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style1 .text-holder p {
  line-height: 30px;
  margin: 0;
}
.single-service-style1 .text-holder .readmore-button {
  position: relative;
  display: block;
  padding-top: 31px;
  margin-bottom: -45px;
}
.single-service-style1 .text-holder .readmore-button a {
  position: relative;
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  background: #c2c2c2;
  border-radius: 50%;
  text-align: center;
  color: #333029;
  font-size: 20px;
  line-height: 140px;
  font-weight: 600;
  transform: rotate(180deg);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style1 .text-holder .readmore-button a:hover {
  color: #ffffff;
}
.agency.fixed {
  /* background-color: #181818; */
  background-image: linear-gradient(to right, #171717, #444444);
  z-index: 9999;
}



/*** 
====================================================================
	5. Contact Us Page
==================================================================== ***/
/*  Contact Info Section */
.contact-info-section {
  position: relative;
  padding: 100px 0px 70px;
  background: #fff;
}
.contact-info-section .title-box {
  position: relative;
  text-align: center
}
.contact-info-section .title-box .title {
  position: relative;
  color: #0060ff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}
.contact-info-section .title-box h2 {
  position: relative;
  font-weight: 700;
  color: #141d38;
  line-height: 1.4em;
  margin-top: 10px
}
.contact-info-section .title-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.9em;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 40px
}
.contact-info-section .info-column {
  position: relative;
  margin-bottom: 30px
}
.contact-info-section .info-column .inner-column {
  position: relative;
  padding: 30px 30px;
  box-shadow: .6em .6em 1.2em #d2dce9, -.5em -.5em 1em #fff
}
.contact-info-section .info-column .inner-column .content {
  position: relative;
  padding-left: 60px
}
.contact-info-section .info-column .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #000000;
  font-size: 44px;
  line-height: 1em;
}
.contact-info-section .info-column ul li {
  position: relative;
  color: #555555;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 600
}
.contact-info-section .info-column ul li strong {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #141d38;
  font-family: "Open Sans", sans-serif
}
.contact-info-section .title {
  margin-bottom: 0px !important;
}


/* Appointment Section Two */
.appointment-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 110px;
  background: #edeff5;
}
.appointment-section .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat
}
.appointment-section .image-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #171717db, #444444de);
}
.appointment-section .inner-container {
  position: relative;
  z-index: 1;
  padding: 65px 0px
}
.appointment-section .inner-container:before {
  position: absolute;
  content: '';
  left: 250px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  background-color: #edeff5;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15)
}
.appointment-section .image-column {
  position: relative
}
.appointment-section .image-column .inner-column {
  position: relative;
  text-align: center;
  padding-left: 60px
}
.appointment-section .image-column .inner-column .image {
  position: relative;
  border-radius: 7px;
  overflow: hidden
}
.appointment-section .image-column .inner-column .image img {
  width: 100%;
  display: block
}
.appointment-section .form-column {
  position: relative
}
.appointment-section .form-column .inner-column {
  position: relative;
  padding-right: 45px;
  padding-top: 0px;
  padding-left: 20px
}
.appointment-section .form-column h4 {
  position: relative;
  color: #141d38;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 30px
}

/* Appointment Form */
.appointment-form {
  position: relative;
  z-index: 1
}
.appointment-form .form-group {
  position: relative;
  margin-bottom: 25px
}
.ui-selectmenu-button.ui-button,
.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="email"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="url"],
.appointment-form .form-group textarea,
.appointment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  padding: 14px 22px;
  border-radius: 4px;
  z-index: 1;
  height: 60px;
  border: transparent;
  background-color: #edeff5;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: .6em .6em 1.2em #d2dce9, -.5em -.5em 1em #fff
}
.ui-selectmenu-button.ui-button:hover,
.appointment-form .form-group input[type="text"]:hover,
.appointment-form .form-group input[type="email"]:hover,
.appointment-form .form-group input[type="tel"]:hover,
.appointment-form .form-group input[type="url"]:hover,
.appointment-form .form-group textarea:hover,
.appointment-form .form-group select:hover {
  box-shadow: none;
  background: #fff
}
.appointment-form .form-group input:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus {
  border-color: #0060ff
}
.appointment-form .form-group textarea {
  height: 150px;
  resize: none;
  border-radius: 4px
}
.appointment-form .form-group input[type="submit"],
.appointment-form button {
  margin-top: 15px
}
.appointment-form .form-group input[type="submit"]:hover,
.appointment-form button:hover {
  opacity: .95
}
.appointment-form .form-group .icon {
  position: absolute;
  right: 15px;
  top: 5px;
  height: 50px;
  width: 50px;
  z-index: 1;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #0060ff
}
.icon-box {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
  width: 100px;
  height: 85px;
  line-height: 4;
}
.icon-box img {
  width: 60px;
}
.icon-box h4 {
  font-size: 16px;
  margin-top: 10px;
}
.icon-box:hover {
  transform: scale(0.9);
}

/*-------- price Page--------*/
.price-container {
  margin-bottom: 5px;
  margin-top: 5px;
}
.price-feature-container h4.feature-text-heading.text-center.font-primary {
  font-size: 19px;
  font-weight: 600;
}
.padding-bar {
  padding: 20px;
}

/*-------- delete cart--------*/
.delete-item {
  height: 25px !important;
  width: 25px !important;
  padding: 0px !important;
  margin-bottom: 3px;
}


/*---- services-blog-section ----*/

.service-section .blog-agency .blog-contain {
  border: 3px solid #fff !important;
  box-shadow: 0px 23px 13px -18px rgba(0, 0, 0, 0.4);
  margin-bottom: 23px;
}
.service-title {
  color: #000;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.service-section .para2 {
  color: #000;
  text-align: justify;
  font-size: 17px;
  line-height: 24px;
}
.service-section .blog-info {
  padding: 20px 15px;
  height: 260px;
  background: linear-gradient(0deg, #fff 0%, #e8e8e8 100%);
}
.service-section .para2 {
  color: #000;
  text-align: justify;
  font-size: 17px;
  line-height: 24px;
}
.content-bg {
  opacity: 0.8;
}
.content-bg img {
  position: absolute;
  bottom: 2px;
  border-radius: 0 0 9px 9px;
  width: 99% !important;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.service-section img.img-fluid {
  width: 80% !important;
  margin: 0 auto;
  padding: 10px;
}
.service-section .owl-item .item {
  transition: 0.5s all ease-in-out;
}
.service-section .owl-item:hover .item {
  transform: translateY(-10px);
}


/****** hero section start ******/
.hero-style-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 80px 0 210px 0;
  margin-top: -100px;
}
.hero-style-2 .box-red {
  top: 150px;
  left: 60px;
  z-index: -1;
}
.hero-style-2 .line-shape {
  left: 100px;
  top: 45%;
  z-index: -1;
}
.hero-style-2 .circle-outline {
  top: 250px;
  left: 0;
  width: 20px;
  z-index: -1;
}
.hero-style-2 .tire-shape {
  top: 57%;
  left: 200px;
  z-index: -1;
}
.hero-style-2 .box-yellow {
  right: 50px;
  bottom: 400px;
  z-index: -1;
}
.hero-style-2 .triangle {
  left: 50%;
  top: 55%;
  z-index: -1;
}
.hero-style-2 .lead mark {
  color: #FF6E5F;
}
.hero-style-2 .hero-right img {
  max-width: 850px;
}

@media (max-width: 1199.98px) {
  .hero-style-2 .hero-right img {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .hero-style-2 {
    padding-top: 200px;
    padding-bottom: 160px;
  }
  .hero-style-2 .hero-right {
    display: none;
  }
}

@media (max-width: 1800px) {
  .hero-style-2 {
    background-position: right bottom;
  }
  .hero-style-2 .hero-right img {
    max-width: 700px;
  }
}

@media (max-width: 575.98px) {

  .hero-style-2 .tire-shape,
  .hero-style-2 .triangle {
    display: none;
  }
}

.hm2-feature-area {
  background-color: rgba(246, 246, 246, 0.1490196078);
}
.hm2-feature-area .ft-triangle {
  left: -60px;
  bottom: 20px;
  z-index: -1;
}
.hm2-explore-btn {
  color: #1C40F2;
  padding-left: 60px;
}
.hm2-explore-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 50px;
  height: 3px;
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
}
.hm2-feature-card {
  padding: 25px 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hm2-feature-card .icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: rgba(28, 64, 242, 0.1);
  color: #000000;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hm2-feature-card .icon-wrapper i {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.hm2-feature-card a {
  width: 30px;
  height: 30px;
  border: 1px solid #001042;
  line-height: 30px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hm2-feature-card a:hover {
  background: #1C40F2;
  color: #ffffff;
  border-color: #1C40F2;
}
.hm2-feature-card:hover {
  -webkit-box-shadow: 0px 20px 80px rgba(0, 148, 255, 0.1);
  box-shadow: 0px 20px 80px rgba(0, 148, 255, 0.1);
}
.hm2-feature-card:hover .icon-wrapper {
  background-color: #000000;
  color: #ffffff;
}
.hm2-feature-card:hover a {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.hm2-award-title h2 {
  display: inline-block;
}
.hm2-award-title h2::before {
  content: url(../img/shapes/title-shape-left.png);
  position: absolute;
  left: -256px;
  bottom: 0;
}
.hm2-award-title h2::after {
  content: url(../img/shapes/title-shape-right.png);
  position: absolute;
  right: -265px;
  bottom: 0;
}
.award-wrapper .item-wrapper {
  padding: 0 12px;
}
.right-bottom {
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*-- services-section ---*/
.services-section {
  padding: 50px 0;
}
.services-border {
  border: 2px solid #000000;
  padding: 50px 0;
  border-bottom: none;
  border-radius: 10px 10px 0px 0;
  width: 85.9%;
  position: relative;
  left: 78px;
  top: -8px;
}
.service-percent {
  width: 13.9%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.percent-img img {
  width: 90px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 13px #d9d9d9;
  transition: 0.5s;
  background: #fff;
}
.text-services {
  text-align: center;
  margin: 0 auto;
  display: block ruby;
  position: relative;
  top: 24px;
  z-index: 11;
}
.text-services h2 {
  text-align: center;
  box-shadow: 0 2px 10px #d2d2d2;
  padding: 16px;
  width: 31%;
  position: relative;
  z-index: 9;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 0px !important;
  margin: 0 auto;
  /* display: none; */
  font-size: 24px;
}
.percent-img:hover img {
  transform: scale(1.2);
}
.bill .percent-img::before {
  content: "";
  position: absolute;
  width: 207px;
  height: 119px;
  border-left: 2px solid #000;
  top: -100px;
  left: 75px;
  border-top: 2px solid #000;
  border-radius: 10px 0px 0px 0;
  z-index: -1;
}
.bill .percent-img::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  top: -104px;
  left: 160px;
  border-radius: 100px;
}

.bill .percent-img {
  position: relative;
}
.atm-machine .percent-img::before {
  content: "";
  position: absolute;
  width: 207px;
  height: 130px;
  top: -120px;
  left: -128px;
  border-top: 2px solid #000;
  border-radius: 0px 10px 0px 0;
  z-index: -1;
  border-right: 2px solid #000;
  z-index: -1;
}

.atm-machine .percent-img {
  position: relative;
}
.atm-machine .percent-img::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  top: -124px;
  left: 0px;
  border-radius: 100px;
}
.pan-card .percent-img::before {
  content: "";
  position: absolute;
  width: 207px;
  height: 130px;
  top: -120px;
  left: -128px;
  border-radius: 0px 10px 0px 0;
  z-index: -1;
  border-right: 2px solid #000;
  z-index: -1;
}
.pan-card .percent-img::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  top: -60px;
  left: 73px;
  border-radius: 100px;
}
.pan-card .percent-img {
  position: relative;
}
.money-transfer .percent-img::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 82px;
  top: -54px;
  left: 77px;
  border-radius: 10px 0px 0px 0;
  z-index: -1;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}
.money-transfer .percent-img {
  position: relative;
}
.money-transfer .percent-img::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 83px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 0px 0px 10px 0;
  top: -135px;
  right: -13px;
}
.dth-icon .percent-img::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 82px;
  top: -54px;
  left: 9px;
  border-radius: 0px 10px 0px 0;
  z-index: -1;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
}
.dth-icon .percent-img {
  position: relative;
}
.dth-icon .percent-img::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 83px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 0px 0px 0px 10px;
  top: -135px;
  /* right: 179px; */
  left: -20px;
}

/*--- services-section ---*/
.row.responsive-row {
  display: none;
}

@media (max-width: 1200px) {
  .row.responsive-row {
    display: block;
  }

  .row.desktop-row {
    display: none;
  }
}

.responsive-bar img {
  width: 100%;
}
.laptop h4 {
  padding: 10px;
}

/*----- about-section about-page -----*/
.about-img img {
  width: 100%;
}
/**====================
       63. Responsive CSS end
  ==========================**/
nav {
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
}
.logo {
  align-items: flex-start;
}
.simple-menu {
  min-width: auto !important;
}

/*# sourceMappingURL=color-6.css.map */

/*---- logo-section ----*/
img.img-fluid.footer-logo {
  height: 28px;
}